I have the following problem: I'm using Eclipse with the Android ADT Plugin on a Mac. When connecting my phone (Vodafone 975N, Jelly Bean) to the computer (usb debugging is already enabled) it is shown in the Android Device Chooser and I can also run the application without major problems. But when I try to do the exact same thing again the device is not shown anymore. I have to unplug the usb cable and replug it. Then the device appears again. I guess this is not a problem with drivers as it basically works but not more times in a row...
Asked
Active
Viewed 190 times
0
-
loose cable? it happens sometimes. You may check in 'devices' tab next to 'logcat' tab. if your device appears there, I will give you a solution cuz it got disconnected from adb. If not, then loose cable it is. – Darpan Nov 06 '14 at 09:38
-
There is no devices tab. – desperateCoder Nov 06 '14 at 09:42
-
use menu>window>show View> others>search > devices. Now devices tab will appear. Check how many devices showing as 'online' there. – Darpan Nov 06 '14 at 09:50
-
It shows my device while in the Android Device Chooser nothing is listed. – desperateCoder Nov 06 '14 at 10:09
-
You said you ran the app on device earlier. Have you made any changes to code like 'minSDK' targetSDK such that your device is not compatible to your app now? – Darpan Nov 06 '14 at 10:26
-
No, I didn't make any changes. And if I unplug the usb cable und replug it I can run the app once. If I want to run it again the Android Device Chooser doesn't show anything to begin with. Then I unplug and replug and it shows the device again. – desperateCoder Nov 06 '14 at 10:35
-
And your device still is connected? ie. shows charging? If yes, then it must be a weird problem. – Darpan Nov 06 '14 at 10:46
-
yes, it still is connected. That's what I thought: a weird problem. – desperateCoder Nov 06 '14 at 11:22
-
1okay... after some more research I found this: http://stackoverflow.com/questions/26416532/just-upgraded-my-os-x-to-yosemite-android-device-chooser-not-showing-device-w/26425489#26425489 That's the solution. Weird problem indeed. – desperateCoder Nov 06 '14 at 11:26
-
OMG.. this is paranormal solution! – Darpan Nov 06 '14 at 12:35
1 Answers
1
I have same problem after update to Yosemite. At second time device is not visible on list. Try just click ok/enter key.

Piotr Golinski
- 990
- 8
- 19
-
Doesn't work. The OK Button is not active without any online device. – desperateCoder Nov 06 '14 at 10:37