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

The connection to adb is down, and a severe error has occured.

时间:2014-12-18 13:35:51      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:adb kill-server   adb server is out of   

The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at ‘E:\androidide\android-sdk-windows\platform-tools\adb.exe‘ and can be executed.
刚重装系统,在电脑上搭建android开发环境,基本完成,只是在运行android项目的时候出现上面这种提示,之前也遇到过这种提示,应该是adb让别的程序给占了,比如各种XX助手。一般都是 adb kill-server   adb start-server,重启eclipse就可以了,但是这次不可以,而且任务管理器里也没有adb.exe。
那么我是按照如下步骤解决的:
1.adb start-server   
返回的结果是:
    adb server is out of date.
    ADB server didn‘t ACK
    * failed to start daemon *
2.开机后直接运行下面的命令: cmd —— netstat -aon|findstr "5037"
可以发现和5037有关的是2956和4068进程,查看该两个进程:
bubuko.com,布布扣

3.在任务管理器里查看,可以知道都是金山手机助手的进程。

下面查看sjk_daemon.exe的情况:右击sjk_daemon.exe选择属性->选择详细信息tab->可以看到这个就是原来的adb.exe,被金山手机助手给改了,所以在任务管理器里没有adb.exe。

bubuko.com,布布扣

4.卸载金山卫士和新毒霸。


写在最后,记得之前adb也会被占用,那时候就是谁抢到就是谁用,现在变成改文件名的方式了。我只想说:过分。


The connection to adb is down, and a severe error has occured.

标签:adb kill-server   adb server is out of   

原文地址:http://blog.csdn.net/bingospunky/article/details/42003963

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