Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

enter image description here

like image 721
Adam Harkus Avatar asked Jul 25 '18 13:07

Adam Harkus


People also ask

How do I enable Chrome debugging on Android?

Open the Developer Options screen on your Android. See Configure On-Device Developer Options. Select Enable USB Debugging. On your development machine, open Chrome.


Video Answer


1 Answers

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.

like image 168
Adam Harkus Avatar answered Oct 28 '22 05:10

Adam Harkus