一:错误提示
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" → 回车执行 → 得到5037端口运行程序PID
c: tasklist|findstr "要查询的PID" → 回车执行 → 得到5037端口运行程序的名称
d: 打开任务管理器 → 关闭查询到的程序,释放5037端口
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.
二: 5037端口被占用
b: netstat -aon|findstr "5037" → 回车执行 → 得到5037端口运行程序PID
c: tasklist|findstr "要查询的PID" → 回车执行 → 得到5037端口运行程序的名称
d: 打开任务管理器 → 关闭查询到的程序,释放5037端口
三:adb server意外终止
四:因更新adt而导致adb server无法使用
a: 启动一个虚拟机,并保持启动
b: 重启Eclipse
五:系统找不到adb目录
b: android-sdk/platform-tools
c: 将上述2个路径添加到系统环境变量path中.
解决ADB连接问题
本文提供了解决ADB连接中断、端口被占用、ADB服务意外终止等问题的方法,包括重启服务、检查端口占用情况及释放被占用端口等操作。
8万+

被折叠的 条评论
为什么被折叠?



