Hi!
I’m new to Quasar and Cordova (really, I decided to learn Quasar because I wanted to use cordova and Quasar seemed to be the best tool kit for me out there). So all of the steps I followed are coming from the documentation.
After using some basic Vue functionalities around layouts, pages, and the router, I followed the mobile app preparation from top to bottom (it took awhile to download all of the sdk tools, android versions etc…).
Building the cordova dev files, after running quasar dev -m cordova -T android
, was all cool but when it came to deploying to emulator, my terminal is stuck at
BUILD SUCCESSFUL in 37s
47 actionable tasks: 4 executed, 43 up-to-date
Built the following apk(s):
O:\workshop\learnQuasar\quasar-solo-1\src-cordova\platforms\android\app\build\outputs\apk\debug\app-debug.apk
ANDROID_HOME=C:\Android\android-sdk
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181
No target specified and no devices found, deploying to emulator
No emulator specified, defaulting to Nexus_5X_API_28_x86
Waiting for emulator to start...
I was wondering if anyone has encountered this and how you solved this.