Android ADB 无法识别我的设备
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24264562/
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
ADB is not recognizing my device
提问by Antonio
This is not like other questions:
这与其他问题不同:
I already have installed:
我已经安装了:
- ADT
- Samsung Kies 3 (because I have a Samsung Galaxy S5)
- Google USB Driver
- ADT
- 三星凯斯 3(因为我有三星 Galaxy S5)
- 谷歌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?
请问有人可以帮我吗?
采纳答案by Antonio
The problem was that windows does not recognize the device driver, therefore is needed install it manually. The way I solved this:
问题是windows无法识别设备驱动程序,因此需要手动安装。我解决这个问题的方法:
1. Open Device Manager and locate your device under “Other devices”.
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.
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. 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.
6. 现在单击“从磁盘安装...”按钮。将弹出一个窗口,单击浏览按钮并浏览到以下位置: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”并单击“Next”按钮。
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. You will see a confirmation message.
9. 现在将为您的设备安装 Windows 上的 Android ADB 驱动程序。您将看到一条确认消息。
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
回答by David Glass
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 调试的用户,请确保您拥有最新的三星驱动程序,可以在此处下载:
http://developer.samsung.com/technical-doc/view.do?v=T000000117
http://developer.samsung.com/technical-doc/view.do?v=T000000117
回答by Meiyappan Kannappa
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