无法在 Windows 7 Pro 64 位上安装 Android USB 驱动程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2390388/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 05:40:03  来源:igfitidea点击:

Unable to install Android USB driver on Windows 7 Pro 64 bit

androidinstallationusbdriverwindows-7-x64

提问by Mark

Unlike some others, my Android SDK setup went smoothly on my new Windows 7 Pro 64 bit machine. However, I am currently hung up on installing the android usb drivers. What is the current state of this issue? There has been some discussion of this problem on the web but no consensus is immediately apparent.

与其他一些人不同,我的 Android SDK 设置在我的新 Windows 7 Pro 64 位机器上进行得很顺利。但是,我目前正在安装 android usb 驱动程序。这个问题的现状如何?网络上已经对这个问题进行了一些讨论,但没有立即达成共识。

采纳答案by Mark

Long story short: downloaded DROID and HTC Hero USB drivers, installed them. Now its all good.

长话短说:下载 DROID 和 HTC Hero USB 驱动程序,并安装它们。现在一切都很好。

回答by jfritz42

The Android USB driver pagefor Windows is very misleading, IMHO. It doesn't mention that it doesn't work for all Android devices. It turns out that for certain devices you need to go to the manufacturer's website for the USB drivers, NOT use the generic Android USB driver.

Windows的Android USB 驱动程序页面非常具有误导性,恕我直言。它没有提到它不适用于所有 Android 设备。事实证明,对于某些设备,您需要访问制造商的网站获取 USB 驱动程序,而不是使用通用的 Android USB 驱动程序。

For example, in my case the generic Android USB driver would not work for my Sony Ericsson X10a. I forget the exact error message, but the Windows Device Manager would not recognize the driver software as being valid for the device. But after I downloaded the X10a USB driver from the Sony Ericsson developer website, the Windows Device Manager was happy with it. Then I was able to install my Android development apps on the device and debug via Eclipse/DDMS.

例如,就我而言,通用 Android USB 驱动程序不适用于我的索尼爱立信 X10a。我忘记了确切的错误消息,但 Windows 设备管理器不会将驱动程序软件识别为对设备有效。但是当我从索尼爱立信开发者网站下载 X10a USB 驱动程序后,Windows 设备管理器对它很满意。然后我能够在设备上安装我的 Android 开发应用程序并通过 Eclipse/DDMS 进行调试。

BTW, I too am using 64-bit Windows 7 (which is not the real source of the problem).

顺便说一句,我也在使用 64 位 Windows 7(这不是问题的真正根源)。

回答by David Kreps

I had the same problem - with OEM drives and Android SDK drivers too. Finally what helped me was: Device Manager - Update Drives Software - Browse my computer for driver software - Let me pick from a list of device drivers on my computer- Have Disk - Browse for file android_winusb.inf (in sdk folder)- Android ADB

我也遇到了同样的问题 - OEM 驱动器和 Android SDK 驱动程序也是如此。最后对我有帮助的是:设备管理器 - 更新驱动器软件 - 浏览我的计算机以查找驱动程序软件 -让我从计算机上的设备驱动程序列表中选择- 有磁盘 -浏览文件 android_winusb.inf(在 sdk 文件夹中)- Android ADB

Windows was not able to find drives in folder automatically :-/

Windows 无法自动在文件夹中找到驱动器:-/

I hope it helps to someone...

我希望它对某人有帮助...

回答by Stranger

I tried all this solutions but nothing worked. Finally i found that i need to connect my device as camera and not as media device in phone under "USB PC Connection" in settings and i got it worked. But really it is a long struggle... :) For more details, see this link..

我尝试了所有这些解决方案,但没有任何效果。最后,我发现我需要在设置中的“USB PC 连接”下将我的设备作为相机而不是作为媒体设备连接到手机中,我让它工作了。但实际上这是一场漫长的斗争...... :) 有关更多详细信息,请参阅此链接..

http://junefabrics.com/android/driver.php

http://junefabrics.com/android/driver.php

I hope this will help someone with the same problem.

我希望这会帮助有同样问题的人。

回答by Tim

Tried this driver from Intel (after checking all kind of drivers (asus, google, samsung kies etc). https://software.intel.com/en-us/android/articles/intel-usb-driver-for-android-devices

试图从英特尔(此驱动程序检查所有类型的驱动程序(ASUS后,谷歌,三星KIES等)。 https://software.intel.com/en-us/android/articles/intel-usb-driver-for-android-设备

and it worked like a charm (after unplugging and replugging the usb from my Nexus 7 and enabling MTP)

它就像一个魅力(在从我的 Nexus 7 拔下并重新插入 USB 并启用 MTP 之后)

回答by Harvey Darvey

If you have installed the driver and it doesn't load... you can try this : In windows 7,

如果您已经安装了驱动程序但它没有加载...您可以试试这个:在 Windows 7 中,

  1. Go to Computer Management , then Device Manager
  2. Locate your device...
  3. Right-click, and Uninstall... (make sure your device is unplugged)
  4. Then Reinstall it again. (run the driver setup)
  1. 转到计算机管理,然后设备管理器
  2. 找到您的设备...
  3. 右键单击,然后卸载...(确保您的设备已拔下)
  4. 然后重新安装它。(运行驱动程序设置)

This works for me.

这对我有用。

回答by Fahim Hossain

http://forum.xda-developers.com/showthread.php?p=36523572

http://forum.xda-developers.com/showthread.php?p=36523572

Try the above link. its an Universal Android USB Driver. Worked on windows 7!

试试上面的链接。它是一个通用的 Android USB 驱动程序。在 Windows 7 上工作!

回答by Andrea

The Android Drivers Installationhas download package and installation instruction.

Android的驱动程序安装有下载包和安装指导。

回答by Tony Le

just install the oem android driver. pretty simple to do. unless if they dont have one you have to do it manually.

只需安装 oem android 驱动程序。做起来很简单。除非他们没有,你必须手动完成。

回答by davenpcj

Softpedia's Galaxy S USB Driverworked on win7 x64 for me. Galaxy S Phones. Vibrant / Captivate

Softpedia 的 Galaxy S USB 驱动程序为我在 win7 x64 上运行。Galaxy S 手机。充满活力/迷人