can't get ADB to recognize my galaxy

2019-07-16 12:58发布

问题:

I've followed this post trying to run my application on my galaxy. My app is debuggable, USB debugging is checked on phone and I've manually installed USB drivers - my device manager shows me that I have Android ADB Interface installed. Despite it all - when I am running adb devices it would only list the emulator. Any ideas? thanks!

P.s. I am running windows 7 and the mobile is Samsung Galaxi 1900I

回答1:

I use Droid X, in Win 7. sometimes it is not work too (adb can't detect my device) but the solutions is simple, just switch usb connection into Windows Media Sync (ie. from PC Mode) , it is work for me.

also make sure to set your device in Debug mode (USB Debugging)



回答2:

Yotamoo, When you first plug in, Windows offers you some choices on how to deal with the new device; Open in File Explorer, etc...one of them is Windows Media Player. Choose that. I had similar problems and this solution worked for me and my galaxy S3...

hakim, why does this work?



回答3:

  1. Make sure you installed the USB Drivers.
  2. Locate your phone in Device Manager and see if it working correctly. These are the correct drivers.
  3. Turn Debugging mode on on your phone.
  4. You will be prompted to accept USB debugging on your device if it detects some application would like to use it.
  5. After you agree it will pop up as a debug-able device.


回答4:

I had the same problems.

Try to update your smartphone in the device manager (computer->properties). http://developer.android.com/tools/extras/oem-usb.html#Win7



标签: android adb