This was working fine up until yesterday. Now when I connect my Android device for USB Debuggers. Chrome is no longer display my app.
Now the popup window shows HTTP/1.1 404 Not Found.
Looks to be connecting fine and the app runs fine on my Mobile Device.
Solution was to access through chrome://inspect/#devices
Then select the "Fallback" option.
This is because the remote browser was newer than the client browser……
This problem just showed up on the latest released version of Chrome 72.0.3626.76
(will they ever add a regression test?).
None of these answers were completely satisfying.
- I was stuck with the same version on both Android and my desktop so "
inspect fallback
" is not showing on the UI. - I tried to uninstall chrome from Android but that option is not available in
Android 8.1
?
Here is how you can workaround those issues and get back to debugging.
Workaround:
- disable chrome updates. Instructions for Windows
- uninstall latest Chrome on desktop.
- install previous version: e.g.
71.0.3578.80
(using slimjet) - Open
chrome://inspect/#devices
url and chooseinspect fallback
instead ofinspect
.
Debugging restored!
PS: I think this bug is still active in the canary channel so it may be a while before it gets fixed.
Here is the chromium bug.
UPDATE 3/6/2019
Looks like this is fixed again on version 72.0.3626.121
(maybe earlier builds)
I have suffered this problem, cause the Google API has been blocked. If you are in mainland China, the GFW may be the reason. So, using VPN may helpful.
I did not have a fallback option at chrome://inspect/#devices
, but I was able to fix it by uninstalling chrome updates on my Android device, as this is caused by the most recent update for android's chrome.
Go to Chrome's App Info, press the 3 dots in the top right corner and then click uninstall updates.
Got around this by disabling Chrome on my phone, the latest version has a bug. This forces your app to use the webview version that shipped with your phone.
i have updated to the latest desktop chrome version and now it works. not having white screen anymore. my current version : Version 73.0.3683.75 (Official Build) (64-bit).
i forgot to note down my previous version so i can't
Open https://chrome-devtools-frontend.appspot.com. If it returns 502, then it is maybe a host error.
I uninstall chrome in my movil and work ok..the problem is the last update chrome in android
I found a solution. Don't need to downgrade you Chrome version. just remove a plugin. This plugin is for the VPN proxy. Yes. Maybe the issue is caused by a plugin.
Use VPN in both mobile and your computer.
It is maybe because of google restricted this feature in your country.
I had the same problem. I had to reset the phone to factory defaults. now working. Android 6
来源:https://stackoverflow.com/questions/51519636/google-chrome-developer-tools-android-debugging-returns-http-1-1-404-not-found