adb devices: list of devices attached

adb devices: list of devices attached

在一个新的电脑上,发现使用adb devices 这个命令的时候,没有列出我已经用USB 连上的手机,尽管我已经使用 adb kill-server, adb start-server  N 遍了,最后都是显示如上图所示。

 

经过一段时间的折腾,发现是原来这个电脑本身的驱动不支持三星手机的驱动。也就是说,Android USB device driver 根本没有安装在电脑上.

具体的你可以到Control Panel----->All Control Panel Items 找到 Device manager

adb devices: list of devices attachedadb devices: list of devices attached

 

附上三星驱动安装包链接:

 http://pan.baidu.com/s/1jGq32IU

 

安装好之后,如果出现adb devices offline, 只需要 adb kill-server,  然后 adb start-server 即可。

adb devices: list of devices attached

 

相关文章:

  • 2021-10-26
  • 2021-12-30
  • 2021-10-17
  • 2021-12-14
  • 2021-11-23
  • 2021-09-18
  • 2021-08-17
  • 2019-03-08
猜你喜欢
  • 2022-01-11
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案