Android Studio not starting when building capacitor app
-
When I run the command
quasar dev -m capacitor -T android
it runs through the build and then errors saying Cannot determine path to IDE executable +28ms
Please set quasar.conf.js > bin > windowsAndroidStudio with the escaped path to your studio64.exeThere is no reference to windowsAndroidStudio within quasar.conf.js and no reference within the documentation.
Android Studio starts ok from Windows and the path is set in the environment. How do I resolve this please.
-
Looks like this was fixed in quasar/app v1.7. Updated to latest and now working.