转 The connection to adb is down, and a severe error

相信不少同学和我一样遇到这个问题,有时候搞的还要重启电脑,那究竟是什么原因导致的呢,很明显,你的端口被占用了,那下面给出终极解决方案:

一、首先描述症状,如下图

 

二、出现问题了,首先确定你的sdk目录是不是真的在Console输出的那个位置,如果是的话。接下来现在就要看看到底是谁占用了端口。打开命令编辑器进入你的sdk下的platform-tools文件夹输入adb start-serevr


 恭喜,说明你的端口被占用了

 

三、接下来需要确定被占用的端口号是多少,输入命令adb nodaemon server


 OK,现在确定了,端口5037被占用了,那就要找到究竟是谁敢占用5037端口。不错,你已经想到了,豌豆荚、腾讯电脑管家。。。。。。慢着,咱还是确定一下吧,免得冤枉好人

 

四、在cmd中输入命令netstat -ano |findstr "5037"


 原来是10280这个进程占用了端口,这个鸟进程是谁呢,想必你很想知道

 

五、找到元凶

在cmd中输入命令tasklist /fi "pid eq 10280"


 OK,我们已经找到了,是tadb.exe,我的是腾讯电脑管家在搞怪,你的呢

剩下的不用我说了,打开你的任务管理器,kill这个进程吧
 忘了说一句,kill进程之后记得重启一下eclipse

时间: 2024-10-29 06:41:45

转 The connection to adb is down, and a severe error的相关文章

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

                     这几天 在写android的时候启动eclipse后用genymotion调试老师出现这个错误,         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 'D:\adt-bund

[Android] The connection to adb is down, and a severe error has occured

一.ADB server didn't ACK在配置完Android环境后,运行第一个程序时,遇到了如下错误:        ADB server didn't ACK        * failed to start daemon * 它可能的原因是端口5037被占用,需要查找占用5037(Android默认)端口的PID,在cmd中输入:         netstat -ano | findstr "5037" 输出进程:        TCP    127.0.0.1:5037

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

方法1:cmd进入D:\adt-bundle\sdk\platform-tools中,输入adb kill-server,然后adb -startserver 方法2:方法1不管用,那么在任务管理器中杀死adb.exe,然后重启Eclipse. 方法3:方法1和2都不管用,那么查看最后一句报错中:platform-tools中是否有adb.exe 方法4:最有可能是,用手机调试软件的时候出现了这个错误,百度后发现原来是金山手机助手自动连接了手机导致的,这里建议把PC上手机助手这类的软件默认的自动

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

如果开发的时候遇到Eclipse冒出这句,怎?办呢?   很简单,请先按照以下的步骤做:       如果Eclipse正打开著,请先关闭Eclipse     [开始]>[执行],输入"cmd"     切换目录到Android SDK中的platform-tools的目录下     (以我个人?槔?ndroid SDK安装在C:\Program Files\Android\android-sdk,所以输入"cd C:\Program Files\Android\an

解决Eclipse下不自动拷贝apk到模拟器问题( The connection to adb is down, and a severe error has occured)

如题 解决方案如下: 1.先把eclipse关闭.2.在管理器转到你的android SDK 的platform-tools下3.键入adb kill-server ,如果adb关闭了会提示 server not running * 4.再输入 adb start-server  如果不成功会提示 daemon not running. starting it now on port  ***的    而如果成功的话不提示任何语句的.这时再重新打开eclipse就可以正常运行模拟器的了.   还

深入android中The connection to adb is down的问题以及解决方法_Android

自己总结的在android中常会出现的不好解决的问题和方法1.报错:BUILD FAILEDD:\workspace\ganji\build.xml:144: The following error occurred while executing this line:D:\workspace\ganji\build.xml:271: Unable to delete file D:\workspace\ganji\tmp\proguard\tmp.jar解决:已经开了一个模拟器了,无法重新编译

Android编程中出现The connection to adb is down问题的解决方法_Android

本文分析了Android编程中出现The connection to adb is down问题的解决方法.分享给大家供大家参考,具体如下: 1.报错: BUILD FAILED D:\workspace\ganji\build.xml:144: The following error occurred while executing this line: D:\workspace\ganji\build.xml:271: Unable to delete file D:\workspace\g

android中The connection to adb is down,问题和解决

自己总结的在android中常会出现的不好解决的问题和方法 (其中第三个方法经过了四天的折磨.....哎) 1.报错:BUILD FAILED D:\workspace\ganji\build.xml:144: The following error occurred while executing this line: D:\workspace\ganji\build.xml:271: Unable to delete file D:\workspace\ganji\tmp\proguard\

深入android中The connection to adb is down的问题以及解决方法

自己总结的在android中常会出现的不好解决的问题和方法 1.报错:BUILD FAILED D:\workspace\ganji\build.xml:144: The following error occurred while executing this line: D:\workspace\ganji\build.xml:271: Unable to delete file D:\workspace\ganji\tmp\proguard\tmp.jar 解决: 已经开了一个模拟器了,无