ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'

ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'
Errors from ADB:
ddms: 'I:\android-sdk\platform-tools\adb.exe,start-server' failed -- run manually if necessary

Try below steps:

Close the Eclipse if running
Go to the Android SDK platform-tools directory in Command Prompt
type adb kill-server (Eclipse should be closed before issuing these commands)
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.

上一篇:Python:Day21


下一篇:已被.NET基金会认可的弹性和瞬态故障处理库Polly介绍