简体   繁体   English

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

[英]Failed to parse the output of 'adb version' - every solution didn't work

I'm running Eclipse Indygo, android 2.2 and 2.3 - this project is in 2.2 我正在运行Eclipse Indygo,Android 2.2和2.3-此项目位于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: Java se update 29的最新更新我正在阅读很多相同问题的文章,但是在被告知什么都没做之后,这就是我得到的:首先我得到了这个错误:

[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 -更新java
-start adb kiil-server/start server -启动adb kiil服务器/启动服务器
-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? -我确定adb存在并且可以执行,所以我在这里说过aveything,您还有其他建议如何解决该问题吗? Thanks in advance 提前致谢

You need to copy the sdk\\platform-tools contents to sdk\\tool NOT sdk\\tools 您需要将sdk\\platform-tools内容复制到sdk\\tool 不是 sdk\\tools

I'm running debian so the following worked for me: (within the sdk directory) 我正在运行debian,因此以下内容对我有用:(在sdk目录中)

ln -s platform-tools/ tool

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM