Errors occurred during the build. Errors running builder 'Android Pre Compiler' on project

从SVN上check out出来的项目,导入到eclipse上一直报下面的错误

Errors occurred during the build.

errors running builder 'Android Pre Compiler' on project'项目名称'

java.lang.NullPointerException.

 

原因是使用SVN导致:

svn在checkout的所有文件的文件夹下都会生成一个.svn文件用于管理版本库,而新版的adt加强了对项目文件中的异常类型文件的识别,所以在遇到.svn时报了空指针的错误。

解决问题:

   删除掉工程中所有的.svn目录,重新编译。记着是每一个文件夹的最末层都有.svn

你可能感兴趣的:(Errors occurred during the build. Errors running builder 'Android Pre Compiler' on project)