编译android时,遇到报错:
Errors
occurred during the build.Errors running builder 'Android Pre Compiler' on project 'XXX' java.lang.NullPointerException

错误原因:
工程目录下有很多.svn目录

解决方法:
  1. Open properties of project in Eclipse then Resources -> Resource filters.
  2. Click the "Add..." button -> Check "Exclude all", "Files and folders", "All children". In the text entry box input ".svn" (without quotes).
  3. Restart Eclipse.



更多相关文章

  1. Android Custom Dialog错误Unable to add window -- token null
  2. 【android】android 开发错误集锦4月
  3. Android requires compiler compliance level 5.0 or 6.0. 错误
  4. Mono for Android 设计器错误:Disconnected from layout renderer
  5. Android开发错误信息收集
  6. android中常见的错误及解决办法
  7. android webview 自定义404错误页面!
  8. Android 使用弹出对话框,报Unable to add window错误
  9. Android Studio 常见错误 之unable to find valid certification

随机推荐

  1. 1.spring概述
  2. 7.Pandas 合并 merge
  3. 2.Pandas 选择数据
  4. 1.Pandas 基本介绍和两个数据结构
  5. 1.算法课程主要内容及有关概念: 复杂度的
  6. 1.Numpy 属性
  7. 2.算法的数学基础: 序列求和, 递推方程,
  8. 0.Numpy&Pandas简介和安装
  9. 3.分治算法的设计思想与分析方法: 芯片测
  10. 2.Numpy 的创建 array