无法解析“adb version”的输出- 每个解决方案都不起作用

发布于 2024-12-11 10:37:00 字数 727 浏览 0 评论 0原文

我正在运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫南 2024-12-18 10:37:00

您需要将 sdk\platform-tools 内容复制到 sdk\tool NOT sdk\tools

我是运行 debian 所以以下内容对我有用:(在 sdk 目录中)

ln -s platform-tools/ tool

You need to copy the sdk\platform-tools contents to sdk\tool NOT sdk\tools

I'm running debian so the following worked for me: (within the sdk directory)

ln -s platform-tools/ tool
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文