I am trying to debug an app with Intellij 13.0 on Windows 7. Whenever I start debugging I get the following warning:
Intellij
Warning: debug info
A pretty straight forward solution is running the following commands in the command Terminal of Android Studio :
adb kill-server adb start-server
and then try debugging again. It should be working now.