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

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

windows 7 adb driver Samsung galaxy S3

androidadb

提问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

回答by Dekel

adb shell --> 'error: device not found'

adb shell --> '错误:未找到设备'

Here is what worked for me with Win7 64 bits

这是 Win7 64 位对我有用的方法

  1. 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
  2. Open Device Manager | Other Devices | Smasung (yellow question mark)
  3. Right Click | Update Driver Software ...
  4. Browse my computer for driver software + Next
  5. Let me pick from a list of device drivers on my computer
  6. 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

  7. Refresh: Try also to refresh adb by killing adb.exe process and adb shell again.

  1. http://developer.samsung.com/android/tools-sdks/Samsung-Andorid-USB-Driver-for-Windows安装
    • 注意:这(2014 年)- 可能需要其他操作系统的其他驱动程序
  2. 打开设备管理器 | 其他设备 | Smasung(黄色问号)
  3. 右键单击 | 更新驱动程序软件...
  4. 浏览我的计算机以查找驱动程序软件 + 下一步
  5. 让我从计算机上的设备驱动程序列表中选择
  6. 从列表中选择三星移动驱动程序

    结果:设备管理器在其他设备下没有显示手机,而是在三星安卓手机下显示 --> 现在可以连接

  7. 刷新:尝试通过再次杀死 adb.exe 进程和 adb shell 来刷新 adb。