Android基础(2)error:The connection to adb is down, and a severe error has occured.

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

启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误

(1).先把eclipse关闭.

(2)cmd 命令进入android\adt-bundle-windows\sdk\platform-tools文件中

(3)键入命令adb kill-server ,如果adb关闭了会提示:
         * server not running *。

(4)键入命令:adb start-server 如果成功的话不会有任何提示,没有成功的话会有多种错误。

adb server is out of data . killing ...

ADB server didn't ACK

*failed to start daemon*

分析:出错的原因是adb的端口被其他程序的进程占领了,所以要做的就是找到并kill该进程。

在cmd中执行adb nodaemon server,查看adb的端口号是多少,一般情况下是5037(why?应该软件使用的端口号是固定的)。找到后在任务管理器中关闭该进程即可。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值