How to generate an Android app and send it to the Android device?
-
Hello,
When I used to work with Cordova I could use this command to generate the app and have it installed on my mobile automatically:
cordova build android --debug --device
Today I tried:
quasar build -m cordova -T android quasar build -m cordova -T android --debug --device
None of them send the APK to the device, instead it generates the apk and you have to manually send it.
Any idea please?
Thank you.
-
My apology I mixed up the commands.
It was
cordova run androidIt is now working.