Has anyone encountered this error in Windows? using Quasar Cordova Android.
upon checking for the requirements using "cordova requirements"
Requirements check results for android:
Java JDK: installed 1.8.0
Android SDK: installed true
Android target: installed android-32,android-30
Gradle: installed C:Gradlegradlebingradle.BAT
It’s completed. However whenever I run "quasar dev -m android". It is giving me the error (see screenshot from the cmd of vs code.) I can’t find any solution of this on the internet. I’m using Quasar framework of Vue js.
and upon running a specific android using "quasar dev -m cordova -T android –e ["nameOfTheAVDMAnagerYouCreated"]"
I get this error in the cmd of cordova.
How can I fix this?
2
Answers
Weird error I got as well
Try simply restarting your computer. Worked for me
Installing command-line tools from Android Studio solves this problem.
Start Android Studio
Click Tools->SDK Manager -> SDK Tools -> Check Android SDK Command-line Tools (latest)
Press Ok to download it.