AVD模拟器运行异常

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

(1)现将eclipse关闭

(2)打开命令行(cmd),输入:cd + (sdk中找到platform-tools,将绝对地址复制)platform-tools,回车

(3)在命令行中输入

                         adb kill-server-------------------输入后一般没有什么反应
                         adb start-server-----------------输入后会显示   daemon not running. starting it now on port 5037 *       daemon started successfully *

 这样基本上就可以了,如果还是不行,那么就找到platform-tools中的abd.exe,然后运行一下。

AVD模拟器运行异常_第1张图片

相关链接:

              ------- http://blog.csdn.net/yu413854285/article/details/7559333
                                    ------- http://www.2cto.com/kf/201303/192723.html

转载于:https://www.cnblogs.com/s1-myblog/p/5426709.html

你可能感兴趣的:(AVD模拟器运行异常)