码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2015-06-02 01:37:47      阅读:277      评论:0      收藏:0      [点我收藏+]

标签:

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.

 

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

标签:

原文地址:http://www.cnblogs.com/wucg/p/4545295.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!