I\'m new to Android development, and am attempting to run a test application on my actual device. I followed the instructions at http://developer.android.com/guide/developin
sometimes killing and restarting adb fix this:
in your console:
adb kill-server adb start-server
(Don't forget to add the sdk's platform-tools folder in your PATH)
platform-tools
PATH