Similar questions are
- "The connection to adb is down, and a severe error has occured."
- The connection to adb is down, and a severe error has occured.You must restart adb and Eclipse.Please ensure that adb is correctly located
- ECLIPSE-The connection to adb is down, and a severe error has occured
First close IDE.
In my case I killed adb via Task Manager(adb kill-server
did not work)
then adb start-server
- daemon not running. starting it now on port 5037 *
- daemon started successfully *
If you see "started successfully" than it is solved, now start IDE.