简体   繁体   English

USB驱动程序华硕Nexus 7 Windows 7

[英]USB driver Asus Nexus 7 Windows 7

I have tried every suggestion on this website and many others to no avail. 我已尝试过本网站上的所有建议和许多其他建议无济于事。 Is it even possible to do android development for a nexus 7 on windows? 甚至可以在Windows上为nexus 7进行android开发吗?

I have tried the usb driver downloaded from the sdk manager, the one from asus. 我试过从sdk管理器下载的usb驱动程序,一个来自asus。 I have tried changing the usb mode to PTP and I am still getting the the same message when I try to install the driver (manually). 我尝试将usb模式更改为PTP, 当我尝试安装驱动程序(手动)时,我仍然收到相同的消息

"Windows could not find driver software for your device" “Windows无法为您的设备找到驱动程序软件”

I know this question has been answered, but I just ran into an issue where uninstalling the Unknown Device, and then updating the driver manually was not working (by selecting the sdk/../usb_drivers folder). 我知道这个问题已经得到解答,但我遇到了卸载未知设备,然后手动更新驱动程序无效的问题(通过选择sdk /../ usb_drivers文件夹)。 No matter what I did from Device Manager, I could not get the drivers to be found/installed. 无论我在设备管理器中做了什么,我都无法找到/安装驱动程序。

Hopefully this helps someone - if you have an issue installing the device (Win7), this worked for me: 希望这有助于某人 - 如果您在安装设备(Win7)时遇到问题,这对我有用:

  1. Disconnect the USB from the device. 断开USB与设备的连接。
  2. On the device, go to Settings -> Developer Options, and click Revoke USB debugging authorizations. 在设备上,转到“设置” - >“开发人员选项”,然后单击“撤消USB调试授权”。
  3. On the device, go to Settings -> Storage -> USB Computer Connection (available on the drop down menu at the top right of your screen). 在设备上,转到设置 - >存储 - > USB计算机连接(可在屏幕右上角的下拉菜单中找到)。 Verify that Media device (MTP) is CHECKED . 验证媒体设备(MTP)是否已检查
  4. Reconnect the device, and it should install successfully without a problem. 重新连接设备,它应该成功安装没有问题。 If not, attempt to update the driver manually and point Windows to the usb_drivers folder of your SDK. 如果没有,请尝试手动更新驱动程序并将Windows指向SDK的usb_drivers文件夹。

I just had this problem occur for me with two factory new Nexus devices (Nexus 7 and Nexus 4). 我刚刚遇到这个问题,我有两个工厂新的Nexus设备(Nexus 7和Nexus 4)。 For both devices, I had to do the steps above and everything worked fine afterward. 对于这两种设备,我必须执行上述步骤,之后一切运行正常。

Ok here's something awesome. 好的,这里有一些很棒的东西。 When browsing for the driver DO NOT select the architecture (ie amd64 or i386). 浏览驱动程序时请勿选择体系结构(即amd64或i386)。 Just browse to the "usb_driver" folder. 只需浏览“usb_driver”文件夹即可。 It is working now. 它现在正在运作。

\your_sdk_path\android-sdk\extras\google\usb_driver

I had to hook up 4 Nexus 7s (2012) on Windows 7. After much trials, tribulations and many errors, here is what I had to do, for EACH device. 我不得不在Windows 7上连接4个Nexus 7s(2012)。经过多次试验,磨难和许多错误,这就是我必须做的事情,对于每个设备。

Plug in the Nexus 7 using USB. 使用USB插入Nexus 7。 Watch it fail to install one out of 4 drivers. 观察它无法安装4个驱动程序中的一个。 Now, Computer -> Manage -> Device Manager -> Right Click on device -> Uninstall NOTE: Check "Delete the driver software...". 现在,计算机 - >管理 - >设备管理器 - >右键单击设备 - >卸载注意:选中“删除驱动程序软件...”。 This buys you some time -> OK 这会给你带来一些时间 - >好的

Unplug USB, wait 5 secs, plug it back in. Windows tries to install a driver. 拔下USB,等待5秒,重新插入.Windows尝试安装驱动程序。 BEFORE it can complete, Right click on the device that appeared in the device list and select "Update driver software" Gotta be fast here. 在完成之前,右键单击设备列表中显示的设备,然后选择“更新驱动程序软件”。 Time is of the essence. 时间就是生命。 If you are slow, delete and repeat. 如果你很慢,删除并重复。

Browse to the Google driver ( \\extras\\google\\usb_driver ) -> OK Try connecting via Eclipse.. 浏览到Google驱动程序(\\ extras \\ google \\ usb_driver) - >确定尝试通过Eclipse连接..

For me, at this point, the stupid Nexus was asking whether to accept a key. 对我来说,在这一点上,愚蠢的Nexus问是否接受一把钥匙。 Say OK, and I was all set. 说好的,我已经准备好了。 Not fun... 不好玩...

Here is a guideline how to install nexus 7 driver in windows: http://developer.android.com/tools/extras/oem-usb.html 以下是如何在Windows中安装nexus 7驱动程序的指南: http//developer.android.com/tools/extras/oem-usb.html

I was also facing same type of problems and following this guideline my problem was resolved. 我也面临同样的问题,遵循这个指导方针我的问题得到了解决。

In a nutshell: 简而言之:

  • open SDK manager and install Google USB Driver 打开SDK管理器并安装Google USB驱动程序
  • then manually update your device driver from Device Manager(control panel>>other devices) 然后从设备管理器(控制面板>>其他设备)手动更新设备驱动程序

I have a new nexus 7 with 4.4. 我有一个4.4的新nexus 7。 Had to "enable usb debugging mode" specifically in developer options. 必须在开发人员选项中专门“启用USB调试模式”。

Haven't seen this mentioned previously. 以前没见过这个。 Everything seems to work fine after that. 之后一切似乎都很好。

通过PC的设备管理器手动安装驱动程序。

请尝试按照以下说明操作: http//developer.android.com/tools/extras/oem-usb.html我无法使其正常工作,但手动安装后它工作得很好。

Windows installs different set of drivers depending on whether you have USB Debugging enabled or disabled in Settings -> Developer Options (Of course, if your device is not rooted, you don't have to worry about USB Debugging as you won't see the Developer Options). Windows会根据您是否在设置 - >开发人员选项中启用或禁用USB调试来安装不同的驱动程序集(当然,如果您的设备没有root,您不必担心USB调试,因为您将看不到开发者选项)。

So unlike Lo-Tan suggested above, it is NOT required to disable USB Debugging. 因此,与上面提到的Lo-Tan不同,不需要禁用USB调试。

I would rather install the drivers in 2 steps: - First have the USB Debugging enabled and manually update the drivers. 我希望分两步安装驱动程序: - 首先启用USB调试并手动更新驱动程序。 - Second, disconnect the device, enable the USB Debugging and again manually update the drivers. - 其次,断开设备连接,启用USB调试并再次手动更新驱动程序。

As Lo-Tan suggest, it is required to have MTP Enabled as explained in point number 2. 作为螺谈建议, 需要启用 MTP如在点2号说明。

I was having issues with the latest adb usb drivers on my 2012 nexus 7. I installed an older version from this link and they worked. 我在2012 nexus 7上遇到了最新adb usb驱动程序的问题。我从这个链接安装了一个旧版本,他们工作了。 https://app.box.com/s/2c25e8bc42ecce400afd https://app.box.com/s/2c25e8bc42ecce400afd

Nexus 7 2013: Nexus 7 2013:

When changing mode and looking at device manager: 更改模式并查看设备管理器时:

  • MTP: i see only the "Nexus 7" device under "Portable Devices", not updatable MTP:我只看到“便携式设备”下的“Nexus 7”设备,不可更新

  • PTP: i see "Nexus 7" under both "Portable Devices" and "Other devices" PTP:我在“便携式设备”和“其他设备”下看到“Nexus 7”

  • none: i see only "unknown device" under "Other devices", not updatable none:我只看到“其他设备”下的“未知设备”,不可更新

So, to fully install drivers, with adb interface, i had to put it first into PTP mode (+debubbing mode). 因此,要完全安装驱动程序,使用adb接口,我必须先将其置于PTP模式(+去除debubbing模式)。 Then update the drivers of the nexus 7 device under "other devices" manually with the google drivers. 然后使用Google驱动程序手动更新“其他设备”下的nexus 7设备的驱动程序。

Now put the tablet in MTP mode and update the nexus 7 driver under "portable devices". 现在将平板电脑置于MTP模式并更新“便携式设备”下的nexus 7驱动程序。 choose "let me pick...", then "composite..". 选择“让我选择......”,然后选择“复合......”。

The "Android Composite ADB Interface" now appear under "Android Device". “Android Composite ADB Interface”现在出现在“Android Device”下。

et voila.. et voila ..

I found that when installing either the Asus or Google OEM drivers it didn't install. 我发现在安装华硕或谷歌OEM驱动程序时它没有安装。 But when updating the driver from device manager choosing "pick from list" and select Google as the manufacturer and select "Android ADB Interface Version 10.0.0.0" (after installing the Google USB Driver ) 但是当从设备管理器更新驱动程序时选择“从列表中选择”并选择Google作为制造商并选择“Android ADB Interface Version 10.0.0.0”(安装Google USB驱动程序后

Notably this is on Server 2012 (albeit more similar to Win 8), but the same might apply to Win 7. 值得注意的是,这是在Server 2012上(虽然更类似于Win 8),但同样适用于Win 7。

Just in case you have Windows 7 edition N: 万一你有Windows 7版N:

Windows 7 N edition is a release of Windows 7 distributed in Europe that lacks the Media Center/Player parafernalia, so that the users can choose their own. Windows 7 N版是在欧洲发布的Windows 7版本,缺少Media Center / Player parafernalia,因此用户可以选择自己的版本。 Windows 7 N does not include the drivers for the Nexus 7. The Nexus N drivers "suddenly appear" when you install the Media Feature Pack for Windows 7 N and Windows 7 KN. Windows 7 N不包含Nexus 7的驱动程序。当您安装适用于Windows 7 N和Windows 7 KN的Media Feature Pack时,Nexus N驱动程序“突然出现”。 Otherwise it is difficult to make the Nexus 7 connect through USB. 否则很难通过USB连接Nexus 7。 After the upgrade, it recognizes the Nexus 7 automatically by plug-&-play. 升级后,它通过即插即用自动识别Nexus 7。

My Nexus 7 2013 worked fine connected to my laptop for months. 我的Nexus 7 2013与我的笔记本电脑连接好几个月。 Then yesterday I couldn't get it to be seen by the debugger. 然后昨天我无法让调试器看到它​​。 I tried every thing on this page with no luck. 我在这个页面上尝试了所有的东西而没有运气。 I especially like the driver installation guide in the Nexus Root Toolkit (NRT) and USBDeview , but no luck. 我特别喜欢Nexus Root Toolkit (NRT)和USBDeview中的驱动程序安装指南,但没有运气。 NRT's driver installation guide has step by step instructions that are great for debugging these types of Nexus driver issues. NRT的驱动程序安装指南提供了逐步说明,非常适合调试这些类型的Nexus驱动程序问题。 I highly recommend it. 我强烈推荐它。

Today, it is working fine again. 今天,它再次正常运作。

The difference? 区别? Yesterday, I was in my office and my laptop was docked in a docking station that has built in USB hubs. 昨天,我在我的办公室,我的笔记本电脑停靠在一个内置USB集线器的扩展坞。 Today, my laptop is undocked and there is no USB hub. 今天,我的笔记本电脑没有移动,没有USB集线器。 Both days I was connecting my Nexus to the same USB port, and while I couldn't get my laptop to see my Nexus, my Motorola and Samsung devices were fine. 这两天我将Nexus连接到同一个USB端口,虽然我无法让笔记本电脑看到我的Nexus,但我的摩托罗拉和三星设备还不错。

I don't know why this makes a difference, but if you are stuck with this problem, try removing any USB hubs and/or undocking your laptop. 我不知道为什么这会有所不同,但如果你遇到这个问题,请尝试删除任何USB集线器和/或取消对你的笔记本电脑。

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

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