0

首先,我知道 9 月 21 日有一篇类似的帖子,受害者最终不得不重新安装 Eclipse 以及随之而来的一切。我希望有一个不那么困难的解决方案......

我已经在我的项目上工作了几个月,今天在进行路由编译时出现了错误:在“计算启动按钮工具提示”期间发生内部错误。连同四十个左右其他毫无意义的错误。下面的位图显示了错误。我刚刚对 if 语句进行了简单的更改。现在,我所做的任何事情都无法摆脱这些错误。

与上一篇文章不同,此工作区中的另一个项目得到了相同的错误。其他工作区中的项目正在编译。我正在尝试将项目导入新的工作区,但遇到了重大问题。

我对 Android 和 Eclipse 相当陌生(我通常使用 C# 和 Visual Studio)。这种想法经常发生吗?谢谢,加里

编辑:我通过创建新工作区并将其导入新工作区来运行项目。那么,显然是工作空间以某种方式损坏了?

Eclipse 错误图像

4

1 回答 1

0

You are looking at the wrong problem. Your error log is sorted by message, but it should be sorted by date to really find the latest error. And then your real problem might be the "invalid preference page path: XML syntax".

Did you recently update your ADT installation? And do you have some very old version of Eclipse maybe? Because there can be quite some trouble using old Eclipse versions with ADT, which don't correctly recognize the dependencies to the Eclipse Webservice Tools (which again provide XML tooling).

于 2012-10-31T05:51:30.800 回答