Android Windows 7 adb 驱动程序三星 Galaxy S3
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11570284/
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
windows 7 adb driver Samsung galaxy S3
提问by user1341900
For app development purposes, I would like to access Samsung Galaxy S3 (ICS) phone through ADB interface on my Windows 7 32 bit laptop. Where can I find the ADB driver for the phone?
出于应用程序开发目的,我想通过我的 Windows 7 32 位笔记本电脑上的 ADB 界面访问三星 Galaxy S3 (ICS) 手机。在哪里可以找到手机的 ADB 驱动程序?
回答by Saw-mon and Natalie
this worked for me. download the driver from:
这对我有用。从以下位置下载驱动程序:
http://developer.samsung.com/android/tools-sdks/Samsung-Android-USB-Driver-for-Windows
http://developer.samsung.com/android/tools-sdks/Samsung-Android-USB-Driver-for-Windows
回答by Dekel
adb shell --> 'error: device not found'
adb shell --> '错误:未找到设备'
Here is what worked for me with Win7 64 bits
这是 Win7 64 位对我有用的方法
- Install from http://developer.samsung.com/android/tools-sdks/Samsung-Andorid-USB-Driver-for-Windows
- Note: This (in 2014) - may need other drivers for other OS
- Open Device Manager | Other Devices | Smasung (yellow question mark)
- Right Click | Update Driver Software ...
- Browse my computer for driver software + Next
- Let me pick from a list of device drivers on my computer
Select from the list Samsung Mobile driver
Result: Device Manager doesn't show the phone under Other Devices, but instead display it under SAMSUNG Android Phone --> now can connect
Refresh: Try also to refresh adb by killing adb.exe process and adb shell again.
- 从http://developer.samsung.com/android/tools-sdks/Samsung-Andorid-USB-Driver-for-Windows安装
- 注意:这(2014 年)- 可能需要其他操作系统的其他驱动程序
- 打开设备管理器 | 其他设备 | Smasung(黄色问号)
- 右键单击 | 更新驱动程序软件...
- 浏览我的计算机以查找驱动程序软件 + 下一步
- 让我从计算机上的设备驱动程序列表中选择
从列表中选择三星移动驱动程序
结果:设备管理器在其他设备下没有显示手机,而是在三星安卓手机下显示 --> 现在可以连接
刷新:尝试通过再次杀死 adb.exe 进程和 adb shell 来刷新 adb。