Google Chrome Developer Tools : Android Debugging returns HTTP/1.1 404 Not Found. Why?

前端 未结 13 1242
耶瑟儿~
耶瑟儿~ 2020-12-28 12:41

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 HTT

相关标签:
13条回答
  • 2020-12-28 13:19

    In my case it was because port 8080 was not enabled

    1. open link chrome://inspect/#devices
    2. select "Port Forwarding"
    3. add "localhost:8080"

    Port Forwarding

    0 讨论(0)
  • 2020-12-28 13:22

    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

    0 讨论(0)
  • 2020-12-28 13:23

    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.

    0 讨论(0)
  • 2020-12-28 13:24

    Solution was to access through chrome://inspect/#devices

    Then select the "inspect fallback" option.

    This is because the remote browser was newer than the client browser.

    0 讨论(0)
  • 2020-12-28 13:25

    I uninstall chrome in my movil and work ok..the problem is the last update chrome in android

    0 讨论(0)
  • 2020-12-28 13:25

    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.

    0 讨论(0)
提交回复
热议问题