首页 > 代码库 > The connection to adb is down, and a severe error has occured.
The connection to adb is down, and a severe error has occured.
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进程,查看该两个进程:
3.在任务管理器里查看,可以知道都是金山手机助手的进程。
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进程,查看该两个进程:
3.在任务管理器里查看,可以知道都是金山手机助手的进程。
下面查看sjk_daemon.exe的情况:右击sjk_daemon.exe选择属性->选择详细信息tab->可以看到这个就是原来的adb.exe,被金山手机助手给改了,所以在任务管理器里没有adb.exe。
4.卸载金山卫士和新毒霸。
写在最后,记得之前adb也会被占用,那时候就是谁抢到就是谁用,现在变成改文件名的方式了。我只想说:过分。
The connection to adb is down, and a severe error has occured.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。