how to create android apk with ionic capacitor angular

  First add android platform to your created ionic capacitor project

step 1. ionic cap add android
step 2. ionic cap copy
step 3. ionic cap sync
step 4. ionic capacitor build android

step 4 will open android studio. now Go to Build --> Build Bundle(s)/APK(s) --> Build APK(s)

it will generate apk now you can install in your mobile and enjoy it. 

Official IONIC document 



Comments

Popular posts from this blog

how to save images with angular nodejs

How to export data to excel sheet with colors and style in angular.

How to add splash screen and app icon with ionic capacitor angular android app