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
Annoying "Errors running builder 'Android Pre Compiler' on project" dialog
提问by Michael Eilers Smith
Possible Duplicate:
Eclipse / Android : “Errors running builder ‘Android Pre Compiler' on project…”
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? :(
这里可能有什么问题?:(