I am trying to build my ionic mobile app with the command ionic build android
, but I am getting the error..
Error: Please install Android target: "android-23".
Hint: Open the SDK manager by running: /home/al/Downloads/android-sdk-linux/tools/android
You will require:
1. "SDK Platform" for android-23
2. "Android SDK Platform-tools (latest)
3. "Android SDK Build-tools" (latest)
I already meet this requirements in my android sdk manager. I also already put my ANDROID_HOME path in ~/.bashrc file
export ANDROID_HOME=/home/al/Downloads/android-sdk-linux/
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
I already follow the steps in this post, but still getting the same error. Does anybody know what is missing? Thanks