Chrome inspect devices not showing device

陌路散爱 提交于 2019-12-11 04:37:21

问题


Sometimes when opening the Google Chrome inspect devices tab ( chrome://inspect/#devices ) the connected device is not showing, even though the debug is enabled in the device and the drivers are properly installed.

What could the problem be?


回答1:


Not really sure what the problem could be, but I found it useful to restart the adb server:

adb kill-server
adb start-server

And you can then check that your device is listed by running

adb devices


来源:https://stackoverflow.com/questions/40156594/chrome-inspect-devices-not-showing-device

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