Remote Debugging Chrome on Android issue

元气小坏坏 提交于 2019-12-07 12:21:28

问题


I am have issues using the remote debugging feature of the Chrome Developers tools with my Android device (LG Nitro running Android version 4.0.4). It was working perfectly several days ago but now my device never appears on the about:inspect page.

I have followed and carefully considered these instructions including the troubleshooting tips. I have also searched for the answer to my problem but have not been able to find anything that works.

I am using Chrome version 35.0.1916.141 on my Android device and version 35.0.1916.114 on my PC (Windows 7). Neither says any updates are available.

Please note:

  • I have enabled debugging on my Android device and the small bug icon appears in the menu bar at the top of the screen when the USB cable is connected.
  • I have installed the necessary drivers for my phone on my PC.
  • Chrome is open on both devices
  • "Discover USB devices" is checked
  • I have tried restarting both the computer and my phone several times

The only thing I have changed on my computer since the last time it was working was to download 64-bit Java. Could this have any effect? If anyone has any input or ideas, it would be much appreciated!


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/24126519/remote-debugging-chrome-on-android-issue

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