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\android-sdk\platform-tools",按下Enter即可)
    输入"adb kill-server"
    接著输入"adb start-server"
    如果你没有看到任何错误讯息,且看到server成功的?⒍??蔷?K了
    现在,就可以将Eclipse重新打开来试试看萝
 
例外处理:
 
    如果在adb start-server无法顺利?⒍?db server,可以?袢∫韵路椒?br />
    a. ?⒍?indows工作管理员,并切换到处理程序
    b. 找到所有adb.exe,并且强制结束
    c. 回到以上步骤5,再试试看是否可以顺利?⒍?db server
 
    P.S. 如果是在Unix or Linux,请输入ps -A|grep "adb",找到adb的PID,然后输入kill 即可
    如果adb server已经重起成功,但是还是无法连接,可尝试将手机重新开机,也可以解决此状况

时间: 2024-11-08 17:15:59

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

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

相信不少同学和我一样遇到这个问题,有时候搞的还要重启电脑,那究竟是什么原因导致的呢,很明显,你的端口被占用了,那下面给出终极解决方案: 一.首先描述症状,如下图   二.出现问题了,首先确定你的sdk目录是不是真的在Console输出的那个位置,如果是的话.接下来现在就要看看到底是谁占用了端口.打开命令编辑器进入你的sdk下的platform-tools文件夹输入adb start-serevr  恭喜,说明你的端口被占用了   三.接下来需要确定被占用的端口号是多少,输入命令adb nodae

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上手机助手这类的软件默认的自动

解决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 解决: 已经开了一个模拟器了,无