I'm new to Android development, so I apologize if this is a stupid question.
I'm having trouble connecting Android devices in Eclipse. I turned on USB debugging, configured them to connect as a camera, and not for mass storage, but when I start the devices. / adb, there is no device there, although I have a Samsung Galaxy and LG Nexus connected via USB. On both phones I get a notification that "USB debugging is connected" and "connected as a camera", so the phone clearly believes that it is connected.
The problem seems intermittent. Sometimes a galaxy appears:
Macbook:~/workspace/android-sdks/platform-tools ./adb devices
List of devices attached
3334AB246B5200EC device
Then I disconnect and reconnect it, and it disappears.
I tried 3 cables and 2 devices now. Should I just refuse to use the emulator instead?
source
share