adb错误:无法解析adb版本

时间:2010-02-01 03:06:23

标签: android eclipse windows-7 adb

有没有人在使用WIN7和Eclipse时遇到任何问题?

Eclipse每次启动时都会出现此错误:UNABLE TO PARSE ADB VERSION

如果您尝试在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位于C:\Android\tools\adb.exe,可以 从cmd行执行。尝试退出eclipse和WIN7和 重新启动。跑adb kill-serveradb start-server

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

启动eclipse,然后错误出现时。这是 让我们发疯。

所以,如果偶然有其他人使用WIN7专业版 使用adb开发并遇到此问题并找到解决方案,请发布。

3 个答案:

答案 0 :(得分:3)

我关闭了COMODO中的防御模块,修复了同样的问题。

答案 1 :(得分:1)

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

答案 2 :(得分:0)

允许ADB.exe通过Windows防火墙在我的计算机上解决了此错误。