I'm trying to debug my application on my brand new Galaxy Nexus.
I have done the following:
Drivers: installed the Galaxy driver installed the Galaxy Nexus driver (one can see this in the device manager, Galaxy under "Other Devices", Galaxy Nexus under "Portable Devices.")
I have also, on the phone, gone into settings->developer options and turned USB Debugging ON. I have also added the debug-mod option to my application's manifest.
now I have navigated in my command prompt to the directory.. ...\Android\android.sdk\platform-tools\ and I now try to do the command
adb devices.
The result is: "List of devices attached"
And then a blank line.
What have I done wrong?
I had the same issue and the steps I took to get it to work were as follows:
You should see it install correctly, and in Device Manager you need to see Android Phone -> SAMSUNG Android ADB Interface. If you don't see that, either the drivers aren't installed correctly or the phone isn't connected correctly.