3

Is there anyone who has had any problems using WIN7 and Eclipse?

Everytime Eclipse starts this error always comes up: UNABLE TO PARSE ADB VERSION

If you try and run/debug the app from within WIN7,

The connection to adb is down, and a severe error has occured.
[2010-01-29 19:00:17 - app name] You must restart adb and Eclipse.
[2010-01-29 19:00:17 - app name] Please ensure that adb is correctly
located at 'C:\Android\tools\adb.exe' and can be executed.

Adb is located at C:\Android\tools\adb.exe, and can be executed from the cmd line. Tried quitting eclipse and WIN7 and restarted. Ran adb kill-server, adb start-server

daemon not running...
starting it now.
daemon started successfully.

start eclipse, and then that's when the error comes up. This is driving us crazy.

So, if by chance there is anyone else using WIN7 professional version to develop on and has encountered this problem with adb and found a solution, please post it.

4

3 回答 3

3

我关闭了 COMODO 中的防御模块,同样的问题也得到了解决。

于 2011-03-12T18:15:43.493 回答
1

我使用 Eclipse Indigo 7.1 和适用于 Windows 的 Android SDK R15 运行 Win7 Ulitmate。此修复程序应仅适用于安装了 comodo Internet Security 的用户。关闭 Comodo 中的防御模块也有效,但我没有关闭 Comodo 中的防御模块,而是将 C:\Program Files\Android\android-sdk-windows\platform-tools\adb.exe 添加到安全程序中。adb.exe 在沙盒中并被标记为不安全。

于 2011-12-06T11:07:00.967 回答
0

允许 ADB.exe 通过 Windows 防火墙解决了我机器上的这个错误。

于 2012-04-19T23:33:18.603 回答