简体   繁体   English

亚行未能识别我的设备

[英]ADB is not recognizing my device

This is not like other questions: 这与其他问题不同:

I already have installed: 我已经安装了:

  • ADT ADT
  • Samsung Kies 3 (because I have a Samsung Galaxy S5) 三星Kies 3(因为我有三星Galaxy S5)
  • Google USB Driver 谷歌USB驱动程序

I already have configured: 我已经配置了:

  • Developer options in my device enabled 我的设备中的开发者选项已启用
  • USB Debugging enabled USB调试已启用

My computer and Kies recognizes my device, but adb doesn't! 我的电脑和Kies识别我的设备,但adb没有!

I'm using Windows 7 Professional 64-bits 我正在使用Windows 7 Professional 64位

Could anyone help me, please? 有人可以帮帮我吗?

The problem was that windows does not recognize the device driver, therefore is needed install it manually. 问题是Windows无法识别设备驱动程序,因此需要手动安装它。 The way I solved this: 我解决这个问题的方式:

1. Open Device Manager and locate your device under “Other devices”. 1.打开“设备管理器”,在“其他设备”下找到您的设备。 在此输入图像描述

2. Right click on your device and then click on “Update driver software”. 2.右键单击您的设备,然后单击“更新驱动程序软件”。

3. Now click on “Browse my computer for driver software” option. 3.现在单击“浏览计算机以查找驱动程序软件”选项。 在此输入图像描述

4. In next screen, click on the option “Let me pick from a list of device drivers on my computer”. 4.在下一个屏幕中,单击“让我从计算机上的设备驱动程序列表中选择”选项。

5. Now select “Show All Devices” option and click the next button. 5.现在选择“显示所有设备”选项,然后单击下一步按钮。

在此输入图像描述

6. Now click on “Have Disk…” button. 6.现在点击“Have Disk ...”按钮。 A window will pop up, click the browse button and browse to following location: D:\\android-sdk-windows\\extras\\google\\usb_driver and select android_winusb.inf file. 将弹出一个窗口,单击浏览按钮并浏览到以下位置:D:\\ android-sdk-windows \\ extras \\ google \\ usb_driver并选择android_winusb.inf文件。

Note: If you installed / extracted the Android SDK to a different location, browse to that location instead of D:\\ 注意:如果您将Android SDK安装/解压缩到其他位置,请浏览到该位置而不是D:\\

7. In next screen, select “Android Composite ADB Interface” and click the “Next” button. 7.在下一个屏幕中,选择“Android Composite ADB Interface”并单击“下一步”按钮。

在此输入图像描述

8. Confirm installation by clicking “Yes” and “Install” if you see any warning messages appear in Windows. 8.如果在Windows中看到任何警告消息,请单击“是”和“安装”确认安装。

9. Android ADB drivers on Windows will now be installed for your device. 9.现在将为您的设备安装Windows上的Android ADB驱动程序。 You will see a confirmation message. 您将看到确认消息。

SOURCE: 资源:

I took this solution from the following link. 我从以下链接中获取了此解决方案。 I started from step 7: 我从第7步开始:

http://donandroid.com/how-to-install-adb-interface-drivers-windows-7-xp-vista-623 http://donandroid.com/how-to-install-adb-interface-drivers-windows-7-xp-vista-623

For those who already have developer options and USB debugging enabled, make sure you have the latest Samsung driver, which can be downloaded here: 对于已经启用了开发人员选项和USB调试的用户,请确保您拥有最新的Samsung驱动程序,可在此处下载:

http://developer.samsung.com/technical-doc/view.do?v=T000000117 http://developer.samsung.com/technical-doc/view.do?v=T000000117

I got the same issue and I followed the below link post which the issue solved. 我遇到了同样的问题,我按照下面的链接帖子解决了问题。

http://donandroid.com/how-to-install-adb-interface-drivers-windows-7-xp-vista-623 http://donandroid.com/how-to-install-adb-interface-drivers-windows-7-xp-vista-623

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

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