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


当前回答

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

其他回答

所以上面提到的方法对我没用。对我来说,有用的是在谷歌上搜索三星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.

那就试试adb kill-server吧

adb devices

切换USB调试关闭,然后回到对我的技巧。

我也有同样的问题,我尝试使用这个帖子上发布的所有可能的解决方案,但我发现我有和JohnnyFun解释的一样的问题,但根据HenrikB解决方案,我在我的三星Galaxy S6手机(Android 6.0.1)中找不到任何设置选项

设置->存储->菜单-> USB计算机连接

我终于明白-当我的手机通过充电器连接下拉菜单时,我看到了像-这样的选项

然后点击“连接充电”>>>,你会看到>>等选项

你可以把选项改为“传输媒体类型文件”

我有一部Android LG G4,唯一管用的就是从我的设备上安装软件更新和修复工具。步骤:

将设备插入usb 确保启用了开发人员选项和usb 检查调试(参见thread或谷歌中的其他地方) 指令) 选择usb连接方式“软件安装”:

安装向导应该出现在计算机上。 在安装过程中的某个时刻,您将在您的手机上看到一个提示,询问“信任这台计算机?”带有RSA令牌/指纹。在您说“是”之后,设备应该被ADB识别,您可以完成向导。