$ 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