码迷,mamicode.com
首页 > 数据库 > 详细

adb.exe,start-server' failed

时间:2014-11-09 06:26:14      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:the connection to adb is down   and a severe error has occured. you must restart adb and eclipse.   

错误:The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.   adb.exe‘ and can be executed.
方案:http://blog.csdn.net/yu413854285/article/details/7559333先看看这个

不行就动手 查看 adb.exe 端口的 5037

打开命令行cmd 输入netstat -nao|findstr "5037"

找到他的 PID 是多少 根据这个PID去任务管理器中关闭这个PID的进程 重启Eclipse就行了

提示(查看PID 任务管理器中点击查看 选择列 勾上PID进程标示符就行了)


我遇到的是酷狗 kadb.exe 端口占用了

本文出自 “Lyle” 博客,请务必保留此出处http://jtr22.blog.51cto.com/9461227/1574451

adb.exe,start-server' failed

标签:the connection to adb is down   and a severe error has occured. you must restart adb and eclipse.   

原文地址:http://jtr22.blog.51cto.com/9461227/1574451

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!