Reputation: 684
I installed sdk on my ubuntu using these commands here
and here is my sdk manager photo
when I try to build app using ionic build android
I get the error below
Error: Please install Android target: "android-23".
Hint: Open the SDK manager by running: /home/hunter/Documents/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)
help me please!
Upvotes: 0
Views: 125
Reputation: 3039
Uncheck "Installed" checkbox, and install the package named SDK Platform, under the needed API folder, SDK Platform-tools and Android SDK Build-tools
Upvotes: 1