everyone, I would like to connect my galaxy nexus to the eclipse, which allows me to use the real device for debugging my program, however, my galaxy nexus does not appear even I have clicked on the usb debugging option in the developer mode. Can anyone give a hand to me, thank you!
Share
Which operating system are you using?
If on Windows:
adb devices?adb devices. If your device is listed in the output, Eclipse will also pick it up.If on Linux:
adb devicesafter adding the device identification lines inudev, followed by audevrestart withsudo service udev restart, all should be good.Here is another tutorial that claims to install
ADBautomatically on both Windows, Linux and Mac. I haven’t tried it myself. So it might be a good idea to peep inside theKnives-&-Forksscripts before executing them.