android 调试 报错


 今天打开eclipse 进行调试的时候突然出现了报错,报错信息如下:

The connection to adb is down, and a severe error has occured. 
[2013-06-15 09:36:56 - HelloOPone] You must restart adb and Eclipse. 
[2013-06-15 09:36:56 - HelloOPone] Please ensure that adb is correctly located at 'D:\OPhoneSDK_1.5 
\platform-tools\adb.exe' and can be executed.


在网上看到了 一位前辈的经验  http://logger.iteye.com/blog/911977

注意到应该是adb服务没有启动起来,然后使用其介绍的方法,即打开任务管理器寻找adb.exe进程,居然没有发现。

在命令行里 执行adb kill-server 和 adb start-server也没有用。

最后我在任务管理器里面 找到了一个tadb.exe的进程,然后将其杀死。然后重新启动了一下adb.exe

重启eclipse后居然可以了。

给自己保存一下经验,也为其他遇到同样问题的爷们提个醒。





猜你喜欢

转载自blog.csdn.net/sduliulun/article/details/9100085