I have a HP Slate 21 that is connected to my Windows box using a USB cable.

设备上已打开USB调试开关。

将正确的%SingleAdbInterface%和%CompositeAdbInterface%条目添加到android_winusb。inf文件,我现在看到“Android ADB接口”在我的设备管理器。 但是,在命令行中运行adb devices不会显示设备。

我还有一款惠普7系列产品,在adb设备下显示得很好。

我从设备管理器中看到的唯一区别是,一个是“Android复合ADB接口”,另一个是“Android ADB接口”。

还有一个微妙的区别。在winusb中。inf文件,对于Slate 7,我有两个%CompositeAdbInterface%条目定义,但对于Slate 21,只有一个%CompositeAdbInterface%条目定义。

如何使用adb devices命令查看我的设备?


当前回答

所以上面提到的方法对我没用。对我来说,有用的是在谷歌上搜索三星Galaxy Tab USB驱动程序,下载并运行应用程序,让我的设备在我使用adb设备时得到识别。因为我用的是三星Galaxy,所以我用这个链接从三星官方网站下载了usb驱动程序。你会想谷歌自己的android型号usb驱动程序

http://www.samsung.com/us/support/owners/product/SCH-I925EAAVZW

After downloading it, I ran the application to install my usb driver and then did adb devices. Make sure your Google USB driver from the Android SDK is downloaded and that your sdk is up to date as well. Also, make sure that your USB debugging mode is enable by going to Settings -> Developer Options -> then checking USB debugging. After all this, your device in the Device Manager should not have a yellow exclamation point next to it. When you run adb devices your device should show up. Hope this helps people. I literally spent hours trying to figure this out. Hopefully my answer could save you guys the hours I spent googling.

其他回答

对我来说,解决方案是从SDK管理器中安装de driver:

http://visualgdb.com/KB/usbdebug-manual/

Adb没有检测到连接的nexus 5设备。 打开手机,启用开发人员选项,启用USB调试模式,现在与adb可见。此外,USB配置仍然是MTP。希望这能有所帮助。

看来安装的驱动程序状态不佳。以下是我如何做到的:

从设备管理器中删除设备。 重新扫描硬件更改。 列表项“Slate 21”将显示为“未知驱动器”状态。 点击“更新驱动程序”,选择/extras/谷歌/usb_driver

设备管理器将找到驱动程序并警告您安装它。选择“是”。 这一次,设备安装正确。

注意,我不需要修改winusb。Inf文件或更新任何其他驱动程序。

希望这能有所帮助。

我的“小米红米Note 4”也有类似的问题,我尝试了在网上找到的近10个解决方案,但没有一个对我的情况有帮助。我发布这个答案是为了帮助像我这样的人。

安装“Intel USB Driver for Android Devices”完全解决了我的问题。这里有完整的描述。

在windows配置中,进入设备管理。检查是否看到了您的设备,以及是否安装了驱动程序。您的设备可能没有安装正确的驱动程序。