Hi.
In http://ionicframework.com/docs/guide/publishing.html I think you should include the inprovements of cordova 5.1.1:
For release, cordova do the signing and align, can produce the play store reay apk.
Just:
-
Add a build.json to project root (the same forlder of config.xml), look like this:
{
“android”: {
“release”: {
“keystore”: “my_keystore.keystore”,
“storePassword”: “my_keysotre_paddword”,
“alias”: “my_key_alis”,
“password” : “my_key_password”,
“keystoreType”: “jks”
}
}
} -
Run ionic build --release android
-
A android-release.apk file is generated in platforms\android\build\outputs\apk