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
Post a Comment