问题
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?
回答1:
this worked for me. download the driver from:
http://developer.samsung.com/android/tools-sdks/Samsung-Android-USB-Driver-for-Windows
回答2:
adb shell --> 'error: device not found'
Here is what worked for me with Win7 64 bits
- 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.
来源:https://stackoverflow.com/questions/11570284/windows-7-adb-driver-samsung-galaxy-s3