Answers for "build an ionic capacitor app"

3

ionic capacitor build android apk command

ionic capacitor build android
// Once Android Studio launches
// click on Build -- >Build Bundle /Apk
// Then your apk will be at: android/app/build/outputs/apk/debug/app-debug.apk
Posted by: Guest on December-29-2020
11

ionic capacitor android

// if you didn't run before
ionic build
// then
npx cap add android
npx cap sync
Posted by: Guest on August-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language