Problems to run cordova on Android Studio
-
I’m trying to configurate the enviornment and make it runs on cordova, but i’m having some issues. I already installed the environment and make the steps on the framework docs, then i runned:
$ quasar mode -a cordova ;
$ cd src-cordova ;
$ cordova platform add androidWhen i runned “cordova requirementes” apparently it’s all set up:
But when i try to run “quasar dev -m cordova -T android” the prompt show that error message:
What can i do to solve it?
-
Hi, it seems that your quasar.conf.js has errors.
Did you modify it ?