3

I just upgraded to the latest Android SDK (r16) and Eclipse (3.7.2). Now I can not use USB devices. I can connect the phone to my Mac (Lion) and share data but the "adb devices" returns an empty list (only emulators are displayed).

Yes.. I have "Unknown sources" and "USB debugging" turned on. I have 3 Android devices and none of them work (but they did before upgrade).

Does anyone has a fix?

UPDATE: Can someone please test this?

xpepermint
  • 35,055
  • 30
  • 109
  • 163

3 Answers3

2

Just check whether the below options are checked:

  1. settings->Applications->Unknown Sources
  2. settings->Applications->Development->USB debugging

I am sure but these two may be restored as default.

Paresh Mayani
  • 127,700
  • 71
  • 241
  • 295
1

Maybe try adb plugin? Use "adb kill-server" and "adb start-server" and check devices. I have got same problem and it works.

Dr Glass
  • 1,487
  • 1
  • 18
  • 34
1

first make sure the device development usb debugging open,

and then you can using:

adb kill-server

adb devices

to refresh devices list

idiottiger
  • 5,147
  • 2
  • 25
  • 21