Releasing Ionic app on Android

you can also use this one-liner if you already have a key in your keystore.jks:
ionic build android --release -- --keystore="../android.keystore" --storePassword=android --alias=mykey --password=myKeyPassword

see cordova help build and/or cordova docs for detailed information

4 Likes