Sandro Palmieri
Sandro Palmieri

Reputation: 1203

Errors while building the android platfom with IONIC

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

Answers (1)

Nikola
Nikola

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: enter image description here

Upvotes: 1

Related Questions