无法解析“adb version”的输出- 每个解决方案都不起作用
我正在运行 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.
我已经做了什么:
-将内容复制到工具目录
-更新java
-start adb kiil-server/启动服务器
-i 确保adb存在并且可以执行 所以我一般都做了这里所说的一切 您对如何解决该问题还有其他建议吗? 提前致谢
I'm running Eclipse Indygo, android 2.2 and 2.3 - this project is in 2.2
and latest update of java se update 29
I was reading a lot of post with the very same issue, but after did what was told to do nothings happend, here is what i got:
First i get this error:
[2011-10-23 12:53:42 - adb]Failed to parse the output of 'adb version'
And later:
[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.
And what I've already did:
-copy content to tools directory
-update java
-start adb kiil-server/start server
-i sure that the adb exist and can be executed
So i did generally eveything was said here
Have you got any other suggestions how to solve that issue?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将
sdk\platform-tools
内容复制到sdk\tool
NOTsdk\tools
我是运行 debian 所以以下内容对我有用:(在 sdk 目录中)
You need to copy the
sdk\platform-tools
contents tosdk\tool
NOTsdk\tools
I'm running debian so the following worked for me: (within the sdk directory)