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
I encountered a similar issue on Linux. It turned out that my adb server was running under my user account, so running the following fixed the issue:
sudo adb kill-server sudo adb start-server