MohammadJavad Seyyedi
MohammadJavad Seyyedi

Reputation: 684

trying to build android app using ionic

I installed sdk on my ubuntu using these commands here

and here is my sdk manager photo enter image description here

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

Answers (1)

Víctor
Víctor

Reputation: 3039

enter image description here

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

Related Questions