简体   繁体   English

adb无法识别的Nexus设备

[英]Nexus devices not recognized by adb

Adb does not recognize my Nexus devices but does recognize my Samsung Tab 2 7 inch tablet. Adb无法识别我的Nexus设备,但可以识别我的Samsung Tab 2 7英寸平板电脑。

   C:\Users\Allen Edwards\AppData\Local\Android\sdk\platform-tools>adb devices
   List of devices attached
   c0808e004a14c2f device

The device recognized is the Samsung. 公认的设备是三星。 There are also a Nexus 5x, Nexus 4, Nexus 7, and Nexus S connected. 还连接了Nexus 5x,Nexus 4,Nexus 7和NexusS。

In Windows Explorer I can browse the Samsung, Nexus 5x and Nexus 7 but not the other two. 在Windows资源管理器中,我可以浏览Samsung,Nexus 5x和Nexus 7,但不能浏览其他两个。

All have USB debugging and are connected as MTP or as USB for File Transfer in the case of the Nexus 5x. Nexus 5x均具有USB调试功能,并且均作为MTP或USB连接进行文件传输。

The Google USB Driver shows up as up to date in the SDK Manager and also comes back as up to date if I try and manually update it from a fresh download. Google USB驱动程序在SDK Manager中显示为最新,并且如果我尝试从全新下载中手动对其进行更新,则也将恢复为最新状态。 ADB shows up as up to date when I try and update it. 当我尝试更新时,亚行显示为最新。

I uninstalled the Nexus 5x USB driver from Device Manager and when I plugged it back in the same driver was installed which interestingly has a date of 2006. How can that be right? 我从设备管理器中卸载了Nexus 5x USB驱动程序,然后将其重新插入安装了相同驱动程序的驱动程序中,该驱动程序的日期为2006年。那怎么可能呢?

It would seem logical that somewhere I have a Samsung usb driver that is interfering with the Google usb driver but I have the latest Google usb driver downloaded and point all the update drivers to that and I get that Windows says it is up to date, MTP USB Device. 似乎合乎逻辑的是,在某处我有一个三星USB驱动程序正在干扰Google USB驱动程序,但是我下载了最新的Google USB驱动程序并指向所有更新驱动程序,然后我得到Windows表示它是最新的MTP。 USB设备。

The Googling I have done typically suggests things that I have done, like checking USB Debugging, or updating the drivers. 我执行的Google搜查通常会建议我完成的事情,例如检查USB调试或更新驱动程序。

I thought perhaps Windows was getting the wrong driver for the Nexus 5x so I thought I would uninstall it and manually install it but as soon as I uninstall it, the icon vanishes and upon refreshing for new hardware, the same driver is installed. 我以为Windows可能为Nexus 5x安装了错误的驱动程序,所以我想我将其卸载并手动安装,但是一旦我将其卸载,该图标就会消失,并且在刷新新硬件后会安装相同的驱动程序。

Any ideas of things I can try? 有什么可以尝试的想法吗?

Uninstall USB driver using SDK Manager instead of Device Manager. 使用SDK Manager而不是Device Manager卸载USB驱动程序。 Device Manager just reinstalls the same driver on the next connection of the device. 设备管理器仅在设备的下一个连接上重新安装相同的驱动程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM