问题描述:跑程序是出现一下错误
[2013-06-25 11:10:32 - MyWellnessTracker] The connection to adb is down, and a severe error has occured.
[2013-06-25 11:10:32 - MyWellnessTracker] You must restart adb and Eclipse.
[2013-06-25 11:10:32 - MyWellnessTracker] Please ensure that adb is correctly located at ‘E:\SDK\platform-tools\adb.exe‘ and can be executed.
解决问题:
1.99%的是360手机助手、qq助手、金山助手。。。。。。。之类的liumang给占用了5037端口;
2.打开cmd,输入命令:netstat -aon|findstr "5037",查看是哪位CBYL的占着5037;
3.之后在任务管理器中结束那些CBYL的进程;
4.打开cmd,输入:adb kill-server, adb start-server;
5.restart eclipse;
时间: 2024-11-05 15:02:13