您的位置:首页 > 移动开发 > Android开发

The connection to adb is down, and a severe error has occured.问题解决方法

2015-03-12 15:51 483 查看
启动android模拟器报The connection to adb is down, and a severe error has occured.问题的解决方法

1.关闭ecplise

2.打开cmd

3.进入skd\plantform-tools

4.输入adb kill-server命令,一般会有*server not running*
提示

5.输入adb start-server命令,提示* daemon started successfully *或者没有提示表示成功

6.重启ecplise即可

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android
相关文章推荐