Hi,
I’ve created an Ionic5 app with Capacitor using these commands:
- ionic build
- npx cap add android
- npx cap copy android
- npx cap update
- npx cap open android
- Android Studio--> sign app
- Android Studio--> build apk
After modifying the app and adding other plugins, which are the right commands to build a new app?
Is this sequence of commands right?
- ionic build
- npx cap copy android
- npx cap update
- npx cap open android
- Android Studio--> sign app
- Android Studio--> build apk
Thank you
cld
1 post - 1 participant