今天在调试android应用是遇到问题,之前运行eclipse执行android应用都没问题,控制台报错:
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
在命令行下运行 adb start-server
errors:
* daemon not running. starting it now *
ADB server didn't ACK
* failed to start daemon *
无法启动ADB 服务,在任务管理器中也找不到。
已经确认adb.exe的路径没有问题,重启了几次模拟器和eclipse还是不行,
最后,和上次一样查找是否是流氓软件冲突导致的,结果 发现进程中 有一个 “tadb.exe”
kill 掉这个 腾讯的私有tadb服务,然后执行
adb reboot
看到 success
OK