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.