首页 > 代码库 > NO.1 You must restart adb and Eclipse多种情形分析与解决方式
NO.1 You must restart adb and Eclipse多种情形分析与解决方式
一:错误提示
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at ‘D:\xxx\xxx\adb.exe’and can be executed.
b: netstat -aon|findstr "5037" → 回车执行 → 得到5037port执行程序PID
c: tasklist|findstr "要查询的PID" → 回车执行 → 得到5037port执行程序的名称
d: 打开任务管理器 → 关闭查询到的程序,释放5037port
a: 启动一个虚拟机,并保持启动
b: 重新启动Eclipse
b: android-sdk/platform-tools
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at ‘D:\xxx\xxx\adb.exe’and can be executed.
二: 5037port被占用
b: netstat -aon|findstr "5037" → 回车执行 → 得到5037port执行程序PID
c: tasklist|findstr "要查询的PID" → 回车执行 → 得到5037port执行程序的名称
d: 打开任务管理器 → 关闭查询到的程序,释放5037port
三:adb server意外终止
四:因更新adt而导致adb server无法使用
a: 启动一个虚拟机,并保持启动
b: 重新启动Eclipse
五:系统找不到adb文件夹
b: android-sdk/platform-tools
c: 将上述2个路径加入到系统环境变量path中.
NO.1 You must restart adb and Eclipse多种情形分析与解决方式
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。