Original address: http://www.crifan.com/android_adt_the_connection_to_adb_is_down__and_a_severe_error_has_occured/
Summary
Appear
The connection to ADB are down, and a severe error have occured
Problem, mainly because the ADB can not function properly;
The ADB is not able to run, mainly its ports are occupied;
Common, likely to occupy the ADB port, is your current computer and mobile-related management software, such as pea pods, so the solution is:
Forced to close the pea pod and other mobile phone management software, and then go to the corresponding ADB path, open cmd, execute:
Adb.exe Kill-server ADB start-server |
Restart Eclipse, and the result will be run or debug, which will automatically open the Android emulator.
ADT, there was an error running the Android program: the connection to ADB was down, and a severe error had occured