skip to Main Content

Has anyone encountered this error in Windows? using Quasar Cordova Android.

enter image description here

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"]"

enter image description here

I get this error in the cmd of cordova.

How can I fix this?

2

Answers


  1. Weird error I got as well

    Try simply restarting your computer. Worked for me

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search