eclipse 烦人的“在项目上运行构建器‘Android 预编译器’时出错”对话框

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14483470/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 19:50:55  来源:igfitidea点击:

Annoying "Errors running builder 'Android Pre Compiler' on project" dialog

androideclipse

提问by Michael Eilers Smith

Possible Duplicate:
Eclipse / Android : “Errors running builder ‘Android Pre Compiler' on project…”

可能的重复项:
Eclipse/Android:“在项目上运行构建器‘Android 预编译器’时出错……”

I keep getting the following error pop-up every now and then on my Android project on Eclipse 4.2.1:

我在 Eclipse 4.2.1 上的 Android 项目中时不时地弹出以下错误:

Title:
'Building workspace has encountered a problem. Errors occurred during the build.

Message:
Errors running builder 'Android Pre Compiler' on project 'xxxx'. java.lang.NullPointerException

FYI, my project has .svn repositories and uses 4 external libraries (that seem to be fine, no errors). I'm using Android 4.2.

仅供参考,我的项目有 .svn 存储库并使用 4 个外部库(似乎很好,没有错误)。我使用的是安卓 4.2。

What could be the issue here? :(

这里可能有什么问题?:(

采纳答案by Michael Eilers Smith

Someone found the answer! In my case, it was the svn extension-less files that were causing the problems. See solution here.

有人找到了答案!就我而言,是 svn 无扩展名的文件导致了问题。请参阅此处的解决方案。