April 2017
Beginner to intermediate
378 pages
7h 57m
English
You need to follow Step 5 in the Generating Installers using Cordova CLI section, the Android Installer subsection, to get the keystore file.
Next, we use the ionic package command to generate the installer:
ionic package <command> [options]
The options will consist of the following:

For instance, if you would like to generate an installer for Android in release mode, it will be as follows:
ionic package release android -k app-name-release-key.keystore -a my-ionic-app -w 12345678 -r 12345678 -o ./ -e arvind.ravulavaru@gmail.com -p 12345678
Read now
Unlock full access