android 开发遇见小问题 :The connection to adb is down, and a severe error has occured.

来源:互联网 发布:linux安装zip命令 编辑:程序博客网 时间:2024/05/18 03:30

最近用手机调试程序时出现一个问题,

The connection to adb is down, and a severe error has occured.
[2012-07-28 09:41:58 - CameraTest] You must restart adb and Eclipse.
[2012-07-28 09:41:58 - CameraTest] Please ensure that adb is correctly located at 'G:\stu\Tool\SDK\android-sdk-windows\platform-tools\adb.exe' and can be executed.

 很让我恼火,翻看进程一看 adb.exe竟然没有运行,上网搜说 把进程adb.exe 关掉重启, 可是我的adb.exe 根本没有运行啊,我就想既然是adb的是就肯定是关于连接手机的事 ,是不是和我电脑上的软件有冲突? ,于是尝试了一把发现进程里有一个豌豆荚的进程在运行 我有点窃喜 索性关掉它试一把 结果......

哈哈 成功了 !

解决办法 : 去控制台把豌豆夹的进程关掉然后重启Eclipse 就OK!


原创粉丝点击