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 attached_第1张图片adb devices: list of devices attached_第2张图片

 

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

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

 

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

adb devices: list of devices attached_第3张图片

 

转载于:https://www.cnblogs.com/ch-10/p/4776471.html

你可能感兴趣的:(移动开发)