Please set quasar.config.js > bin > linuxAndroidStudio with the escaped path to your studio.sh #14996
Replies: 3 comments 2 replies
-
This ( |
Beta Was this translation helpful? Give feedback.
-
Add the configuration directly to the root of your Ensure that the path also includes |
Beta Was this translation helpful? Give feedback.
-
Had the same issue/question. Maybe this could be more clear in the error description, the placement of the code:
|
Beta Was this translation helpful? Give feedback.
-
i want debug my project to android devices
but i have problem like this
when I open the quasar.conf.js file and I add it under the words capacitor like this
// Full list of options: https://v2.quasar.dev/quasar-cli/developing-capacitor-apps/configuring-capacitor capacitor: { hideSplashscreen: true, linuxAndroidStudio:"/root/Android/Sdk" },
and I tried debugging again with the quasar dev -m capacitor -T android command, it still shows an error like that. please provide a complete explanation. where should i put the code
Beta Was this translation helpful? Give feedback.
All reactions