ionic tutorial - Building release version from macOS in Ionicframework - ionic framework - ionic 2 - ionic creator - ionic development
Build the APK
First of all we need to build the APK.
Generate private Key
- Change my-release-key with your key name.
- Change alias_name with your key alias.
Sign the APK
- Change my-release-key with your key name.
- Change HelloWorld-release-unsigned with your unsigned apk. ionic-project/platforms/android/build/outputs/apk.
- Change alias_name with your key alias.
Zip the APK
- You can find zipalign in /Users/username/Library/Android/sdk/build-tools/XXX/
- Change HelloWorld-release-unsigned with your unsigned apk. ionic-project/platforms/android/build/outputs/apk.
- Change HelloWorld.apk with your prefered apk file name. This will be uploaded to Google Play..