What is Ionic?
Ionic framework is the free, open-source toolkit for developing high-quality cross-platform apps for native iOS, Android, and the web — all from a single codebase. It allows us to develop UI using famous frameworks, like Angular, Vue.js, React, etc.
Setting up release build for Android platform
Steps 1
Steps 2
Steps 3
Steps 4
Create/Copy release signing key store file under platforms/android folder.
Follow the steps suggested in the documentation for Deploying to a Device.
Create/Specify release signing information
Steps 1
Steps 2
Create build for application
Now, go back to the root of your Ionic project with the CLI and build a release version,
If the command runs successfully, then you will find release APK under -- APP_Root_Folder\platforms\android\app\build\outputs\apk\release
Reset plugins and platforms
To install or reinstall all Cordova plugins in Package.json with Ionic, run this command on Windows command prompt with administrator privileges:
Conclusion
These are the steps to create a build for Ionic 4 application, and then you can host your application on the Android store.

Join the conversation! Your thoughts help the community grow.