我正在运行Eclipse Indygo,android 2.2和2.3 - 这个项目是在2.2和最新更新 java se update 29 我正在阅读很多相同问题的帖子,但是在做了告知发生的事情后,我得到的是: 首先我得到这个错误:
[2011-10-23 12:53:42 - adb]Failed to parse the output of 'adb version'
后来:
[2011-10-23 12:58:13 - tes] The connection to adb is down, and a severe error has occured.
[2011-10-23 12:58:13 - tes] You must restart adb and Eclipse.
[2011-10-23 12:58:13 - tes] Please ensure that adb is correctly located at 'D:\dobryandroid\platform-tools\adb.exe' and can be executed.
我已经做过的事情:
-copy内容到工具目录
-update java
-start adb kiil-server / start server
- 确保adb存在且可以执行
所以我一般都做了eveything在这里说
您是否有任何其他建议如何解决该问题?
提前致谢
答案 0 :(得分:1)
您需要将sdk\platform-tools
内容复制到sdk\tool
不 sdk\tools
我正在运行debian,所以以下内容对我有用:(在sdk目录中)
ln -s platform-tools/ tool