Remote Debugging Chrome on Android issue

孤者浪人 提交于 2019-12-06 03:56:54

Sounds like you may have gotten lucky. Next time this happens, try this:

1) Unplug your device.

2) Revoke USB debugging in the Developer Tools.

3) In the command line:

adb kill-server

adb start-server

Plug in device and accept fingerprint.

Voila, it appears in Chrome again. I went through a lot of pain with random problems with my Galaxy S5 not showing up, I was pulling my hair out for hours trying to figure it out.

Update: After launching my Android application from Eclipse on my device, it suddenly showed up on the about:inspect page. I am not sure why it was not recognizing my phone before but it seems to be working now.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!