Search code examples
androidreactjsionic-frameworkapk

how to build an APK from ionic/react to install on my android device or publish on google play?


how to build an APK from ionic/react to install on my android device or publish on google play ?


Solution

  • You can fix the documentation for building here. So basically, you will need to follow the 3 steps mentioned. Thereafter in android studio, there is an option to build bundle/apk as shown here.

    enter image description here

    Thereafter its straightforward steps to build an apk :)