【发布时间】:2011-01-11 13:53:46
【问题描述】:
有没有人在使用 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-server,adb start-server
daemon not running...
starting it now.
daemon started successfully.
启动 eclipse,然后出现错误。这是 快把我们逼疯了。
所以,如果碰巧有其他人在使用WIN7专业版
继续开发,遇到了adb这个问题,找到了解决办法,请发帖。
【问题讨论】:
-
其他一些似乎在 Windows 7 上也有类似的问题,例如forum.xda-developers.com/showthread.php?t=552673 -- 可能是权限问题? ADB 允许 Eclipse 通过侦听 TCP 上的本地 TCP 套接字(端口 5037)与它通信;可能存在某种权限或本地防火墙问题?
-
我在 3 台机器上运行带有 Eclipse/Android 的 Win7 并没有看到这个错误,所以不管它是什么都不会命中所有 Win7 设置(使用 Win7 Ultimate)。
标签: android eclipse windows-7 adb