Encountered a problem description:
Run the Android program console output:
[2015-04-08 11:10:32-mywellnesstracker] The connection to ADB are down, and a severe error has occured.
[2015-04-08 11:10:32-mywellnesstracker] You must restart ADB and Eclipse.
[2015-04-08 11:10:32-mywellnesstracker] Please ensure the ADB is correctly located at ' E:\SDK\platform-tools\ Adb.exe ' and can be executed.
There are a number of situations, so there are a number of workarounds:
1. Task Manager kill ADB or restart ADB server
2. Check that Task Manager does not have ADB, guessing that a program is using ADB ports
5037 view this port for the ADB default port as follows:
View: cmd-- netstat-aon|findstr "5037"
Discovery 3024 takes up 5037 ports and continues to view 5408 of the task:
View: Tasklist|findstr "3024"
Found to be SogouPhoneService.exe occupied, kill directly inside the task Manager or
tip:1), tasklist can find all the Task Manager processes
2), taskkilll/f/im program name 1.exe/f/im program name 2.exe .... You can kill multiple programs
3. Re-open ADB
The connection to ADB are down, and a severe error have occured