Ionic Crosswalk + keystore release

How to make apk with keystore using ionic crosswalk cli? I have tried with cordova build --release but it outputs just the file android-release-unsigned.apk

I need the android-release.apk to publish into Google Play Store

1 Like
$ BUILD_MULTIPLE_APKS=true ionic build android

Should do the trick

Thanks…

I have did that, but it still doesn’t create the android-release.apk build. In witch file does I inform the keystore

Can you elaborate more on this.
Is BUILD_MULTIPLE_APKS a variable and on a windows machine how would this be set as?