今天在eclipse运行一个安卓项目的时候报了这样一个错误
[2013-10-17 10:44:40 - otherapp] The connection to adb is down, and a severe error has occured.
[2013-10-17 10:44:40 - otherapp] You must restart adb and Eclipse.
[2013-10-17 10:44:40 - otherapp] Please ensure that adb is correctly located at 'D:\android-sdk-windows\platform-tools\adb.exe' and can be executed.
说是adb挂掉了,有点莫名其妙 ,昨天还好好的。然后我去到dos窗口键入adb shell命令,也报了个错误
5037端口被占用。接下来我们可以利用360安全卫士功能大全里边一个叫浏览防火墙的工具,点击里边的网络连接查看被占用的端口并把它杀掉
我们再重新到eclipse运行程序就能成功了。
本文介绍了解决Eclipse中出现的ADB连接丢失问题的方法。通过排查发现是由于5037端口被占用导致,最终利用360安全卫士清理占用进程解决了问题。

519

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



