Anybody knows how to add platform in ionic with custom android target ? If I try this command :
ionic platform add android
It al
if you are unaware about the version number try following command
cordova platform add android@latest
this will add latest platform to your application, make sure you try the following command to verify if it breaks anything.
cordova build android