You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the same issue and haven't found the root cause yet. My guess is that Quasar might not have successfully created the service in Capacitor mode. However, you can achieve the desired functionality indirectly using the following steps:
1.Start the app service with a specified port(same port as the second command) quasar dev -p 9000 -m capacitor -T android
2.Start another service
In a new command line window, run the default development service (default port 9000): quasar dev
This way, the app in Android Studio will be able to run and support hot reload.
Hello,
I got the same problem with a real android device. The dev server starts on spa but not with capacitor-android.
I was able to make it work again by downgrading to V0.15 launching quasar dev then re-upgrading to current version.
The commands are: npm i -g [email protected] quasar dev -m capacitor -T android npm i -g quasar-cli
I have no explanation why it stopped working, then why it started working again :(
What happened?
When I start application for mobile development using this command:
Android Studio opens, but I get error following error:
What did you expect to happen?
App should open inside Android Emulator.
Reproduction URL
https://codepen.io/rstoenescu/pen/xxEvBLR
How to reproduce?
quasar dev -m capacitor -T android
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Capacitor Mode
Platforms/Browsers
Android
Quasar info output
No response
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: