首页 > 数据库技术 > 详细

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

时间:2015-01-14 12:41:55      阅读:374      评论:0      收藏:0      [点我收藏+]

*

1,

The connection to adb is down, and a severe error has occured.
[2015-01-14 10:18:07 - wpt] You must restart adb and Eclipse.
[2015-01-14 10:18:07 - wpt] Please ensure that adb is correctly located at ‘D:\android\sdk\platform-tools\adb.exe‘ and can be executed.

解决方法:

1,进入到platform-tools目录下,shift+右键,在此处打开命令窗口

adb kill-server

adb start-server

这样还是不行,继续找占用了端口的进程

 

技术分享

打开任务管理器,找到pid为8768的进程,结束。

然后adb start-server即可

*

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

原文:http://www.cnblogs.com/qingmaple/p/4223586.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!