Android Remote Debug Webview Offline
(From the webpage)I can't see my device on the chrome://inspect page. If you are developing on Windows, verify that the appropriate USBdriver for your device is installed. See on theAndroid Developers' site.
I know we don't deal with direct updates in the android/java files in.
Debug Android Chrome

Android Studio Remote Debugging
Verify that the device is connecteddirectly to your machine, bypassing any hubs. Verify that USB debugging is enabled on your device. Remember toaccept the USB debugging permission alerts on your device. On your desktop browser, navigate to chrome://inspect and verify thatDiscover USB devices is checked. Remote debugging requires your version of desktop Chrome to be newerthan the version of Chrome for Android on your device. Try using(Mac/Windows) or the release (Linux)on desktop.If you still can't see your device, unplug it. On your device, select Settings Developer options.
Tap Revoke USB debugging authorizations. Then, retry the and.Things to check.(From the top of my head).:So you've turned on USB debugging in developer settings on your phone, correct? If it is turned on it will show up on your phones notification bar, if it doesn't show your phone doesn't have USB debugging on.If it is on but chrome cant detect it try running 'adb devices' from windows command prompt to see if your computer is detecting it. If the computer is detecting it you that adb is working, thus a problem with chrome.