ADB is not recognizing my device

风流意气都作罢 提交于 2019-11-26 19:36:51

问题


This is not like other questions:

I already have installed:

  • ADT
  • Samsung Kies 3 (because I have a Samsung Galaxy S5)
  • Google USB Driver

I already have configured:

  • Developer options in my device enabled
  • USB Debugging enabled

My computer and Kies recognizes my device, but adb doesn't!

I'm using Windows 7 Professional 64-bits

Could anyone help me, please?


回答1:


The problem was that windows does not recognize the device driver, therefore is needed install it manually. The way I solved this:

1. Open Device Manager and locate your device under “Other devices”.

2. Right click on your device and then click on “Update driver software”.

3. Now click on “Browse my computer for driver software” option.

4. In next screen, click on the option “Let me pick from a list of device drivers on my computer”.

5. Now select “Show All Devices” option and click the next button.

6. Now click on “Have Disk…” button. 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.

Note: If you installed / extracted the Android SDK to a different location, browse to that location instead of D:\

7. In next screen, select “Android Composite ADB Interface” and click the “Next” button.

8. Confirm installation by clicking “Yes” and “Install” if you see any warning messages appear in Windows.

9. Android ADB drivers on Windows will now be installed for your device. You will see a confirmation message.

SOURCE:

I took this solution from the following link. I started from step 7:

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




回答2:


For those who already have developer options and USB debugging enabled, make sure you have the latest Samsung driver, which can be downloaded here:

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




回答3:


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



来源:https://stackoverflow.com/questions/24264562/adb-is-not-recognizing-my-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!