Reputation: 1203
don't know why when I sart a Ionic project and try building the platform running the command:
ionic build android
I get this kind of error. Please see link:
http://gyazo.com/95b0bc14bb155b49124bf09b07c98f9c
Thank you in advance for your support!
Upvotes: 1
Views: 48
Reputation: 15048
This is the main error: Please install Android target: "android-22"
.
Please follow the official tutorial on how to set up your Android dev tools.
Short answer: You need to install Android 22 from your Android SDK Manager:
Upvotes: 1