首页

源码搜藏网

首页 > 开发教程 > 手机开发 >

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

创建时间:2014-05-27 10:35  

在启动模拟器的时候报错:The connection to adb is down, and a severe error has occured.。查看了任务管理器并没有adb.exe,所以很大可能是端口被占用了。

1,转到android SDK 的platform-tools下

2.  键入adb kill-server ,如果adb关闭了会提示 server not running *
The connection to adb is down, and a severe error has occure
3. 再输入 adb start-server  如果成功会提示 

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

4.如果不成功

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

5.一般是端口绑定失败。我们来查看一下端口绑定信息

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

6.查找这个进程

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

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

7 在任务管理器关闭该进程

8. 再输入 adb start-server  ,重启eclipse

上一篇:安卓开发者必备的42个链接
下一篇:adb start-server和adb kill-server(启动和关闭ADB服务)

相关内容

热门推荐