I\'ve tried to change the build of an application, and now eclipse doesn\'t work.
There is nothing in the console, and when I launch the debug, there is nothing on t
Try adb kill-server and adb start-server to restart the adb. It can be found in your android sdk directory, subfolder plattform-tools.
adb kill-server
adb start-server
plattform-tools