-
Notifications
You must be signed in to change notification settings - Fork 1k
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
bug: live-reload not working when using adb reverse #4125
Comments
see #4123 (comment) |
@jcesarmobile oh, I see. Thank you! Previously, setting
for the simulator or device. But recently, this stopped working and the fact, that the simulator uses static files from I set the server to I like the approach with I think it would be better when the build with |
Partially relates #4028 |
if you are using |
closing as the PR was merged, the fix will be available on next release (2.4.7) |
@jcesarmobile I'm having the same issue with adb reverse not live reloading. Any idea when 2.4.7 will be released? Thanks for fixing btw |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Bug Report
App set for live-reload with
The app runs in the simulator, displays the "Using app server http://localhost:8080" toast, but it serves static assets from the build folder and the live-reload really does not work.
I start the Android studio with
Capacitor Version
Platform(s)
Android
Other Technical Details
yarn --version
output:1.22.10
node --version
output:v12.19.0
The text was updated successfully, but these errors were encountered: