can't get ADB to recognize my galaxy

2019-07-16 12:26发布

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

标签: android adb
4条回答
相关推荐>>
2楼-- · 2019-07-16 13:03

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楼-- · 2019-07-16 13:10
  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楼-- · 2019-07-16 13:19

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

查看更多
SAY GOODBYE
5楼-- · 2019-07-16 13:25

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)

查看更多
登录 后发表回答