diegonetto / generator-ionic

Build hybrid mobile apps using the Ionic Framework
MIT License
1.74k stars 336 forks source link

android-22 #201

Open Furgas opened 9 years ago

Furgas commented 9 years ago

How do I grunt platform:add:android for android-22 target?

martin-eq commented 9 years ago

I think that once your Android project is created you can change the android target importing the project (in /platforms folder) to Android Studio or Eclipse.

The alternative is to modify manually the AndroidManifest.xml, build.gradle and project.properties although I don't recommend it.

Currently I don't know a way to change the target when running grunt platform:add:android, I think android-19 is the default stable API for Cordova.