Restart ADB (you can do this in the ‘DDMS Perspective’, or from the command-line).
Command line to restart:
adb kill-server
adb start-server
If the device is configured correctly (USB Debugging enabled, and the computers drivers installed) – it should show up.
There are no issues I have encountered with the new tools where devices don’t show (ie. I think there is something with your device, or configuration, not the tools themselves)
1
solved Android Eclipse not able to see older emulator in Android device chooser [closed]