Reputation: 16656
I have a Samsung Galaxy S Advanced that I want to use to test my Android applications on. Just recently, I switched to Windows 8. Everything appeared to be working fine, Windows 8 detected my device fine however, the device was not list when I ran adb devices. I know I set-up the phone correctly, enabling USB debugging in the developer settings.
Upvotes: 3
Views: 3939
Reputation: 16656
This problem can be fixed by installing the official Samsung USB Mobile Phone driver. You can find this driver at the official Samsung site: http://www.samsung.com/nl/support/model/GT-I9100LKATNL-downloads After installing this driver, your device will show up in adb devices
Upvotes: 4