-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Emulator is not able to open application in dev mode (doesn't see Vite server) #17725
Comments
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) |
Cannot reproduce. |
Hello, I have no explanation why it stopped working, then why it started working again :( My config:
EDIT 01/07 In fact, this does not work. The dev server does not start |
I have the same problem after upgrading to
EDIT: This comment originally had information about reproducing the error with a brand new quasar app but after rebooting my machine the dev server for the new quasar app now works correctly. Unfortunately my app is still broken with the same error.
|
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: