Android target: No android targets (SDKs) installed!

can anyone help me with this , i’m new to meteor and i am using ubuntu to do my first android project , when i use meteor run android this error arises

✓ Java JDK
✓ Android SDK
✗ Android target: No android targets (SDKs) installed!
✓ Gradle
my environment variables in .bashrc are :

export ANDROID_HOME=$HOME/Library/Android/sdk
export ANDROID_SDK_ROOT=${ANDROID_HOME}
export PATH=${PATH}:${ANDROID_HOME}/emulator
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools

thank you un advance