[2014-04-16 14:01:05 - Abc] ------------------------------
[2014-04-16 14:01:05 - Abc] Android Launch!
[2014-04-16 14:01:05 - Abc] The connection to `ADB` is down, and a severe error has occurred.
[2014-04-16 14:01:05 - Abc] You must restart `ADB` and Eclipse.
[2014-04-16 14:01:05 - Abc] Please ensure that adb is correctly located at 'D:adt-bundle-windows-x86-20131030sdkplatform-toolsadb.exe' and can be executed.
The above error has occurred while I was trying to run a program. As a solution,
I did the following steps by opening the command prompt :
- Close the Eclipse if running
- Go to the Android SDK platform-tools directory in Command Prompt
- type
adb kill-server
- then type
adb start-server
- No error message is thrown while starting ADB server, then
adb is started successfully
.
- Now you can start Eclipse again.
but it is not working and in the command prompt it shows :
daemon not running .starting it now on port 5037 ADB server didn't ACK FAILED TO START DAEMON
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…