首页 > 数据库技术 > 详细

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

时间:2015-06-02 01:35:35      阅读:1153      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!