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命令查看我的设备?


当前回答

我遇到过类似的问题,并通过以下步骤解决了问题:

Disconnect device, and ensure to turn off developer options on the android device (if was previously turned on). Connect the device via USB. Turn on developer options on the android device. Enable check box for stay awake. Enable check box for USB debugging. Open cmd (or MacOS' console), and cd where your adb executable is. Should be in SDK's platform-tools, which you can get from official-site: https://developer.android.com/studio. Finally, run the commands: adb kill-server adb start-server adb devices

现在我们可以看到附加设备。

请注意,通过执行上述步骤,在大多数情况下,usb连接模式将自动设置为MTP(媒体传输协议),但如果它没有自动发生,请尝试手动设置。 此外,如果上述步骤对您不起作用,请尝试购买新的usb电缆,然后重试上述步骤(使用“新的usb电缆”)。

其他回答

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

尝试关闭/打开显卡/usb选项,但结果是换另一根线也可以。以防有人浪费时间尝试各种软件。

和其他android设备一样,新的Yuntab也需要去设置> about,然后点击构建号来启用开发者状态。

在Galaxy s6中-我通过:设置->关于设备->软件信息->构建号-点击7次以启用开发人员选项。返回设置->开发人员选项->打开USB调试。

回到您的终端adb设备,您应该会看到连接的设备。希望这能有所帮助。

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