Build for older api version

$ ionic platform add android

Adding android project…
Creating Cordova project for the Android platform:
Path: platforms/android
Package: com.ionicframework.myapp511291
Name: myApp
Android target: android-21

Can I use “Android target” for api older version ?

I tried edit android manifest

<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="21" /> 

become

<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="17" />

But still not work :frowning:

The same for me, cli still tell me:

[Error: Please install Android target: “android-21”.

You have to edit the project.properties file at platform\android\ folder. See if this helps.

ok! I’ll try to edit that field! thank you for the tips! By default ionic use version 19, but i would try crosswalk and it change this values !!! for the moment i delete crosswalk