I know there are several questions like this out there, but none have solved my problem, so I'm still looking for a specific solution.
I followed Google's instructions but it just doesn't work. I'm currently using a Mac, with Eclipse ADT and my devices are a Samsung Galaxy S4 (running Android 4.2.2) and a Motorola XOOM (running Android 4.0.4)
I plugged my devices in using a USB cord and looked at the DDMS device screen, but nothing ever showed up. I've tried the following:
- Restarted the devices.
- Restarted the computer.
- Restarted Eclipse.
- Reset adb.
- Killed adb using Terminal.
- Switched out the USB cord.
- Cleaned and rebuilt the projects (I've tried it on multiple different projects).
- Made sure Developer options was turned on.
- Made sure USB debugging was turned on.
Basically, I've tried everything that all other posts have suggested, and still, nothing shows up in my Devices tab.
What have I missed? Google's instructions made it seem like it's just plug-and-play, but I've not found that that's the case.