April 2017
Beginner to intermediate
378 pages
7h 57m
English
First, we will take a look at generating an installer for Android using the CLI. You can follow the given steps:
ionic plugin rm cordova-plugin-console
cordova build --release android
This will generate an unsigned installer in release mode and place it at <<ionic project>>/platforms/android/build/outputs/apk/android-release-unsigned.apk.
Read now
Unlock full access