在app下的build.gradle添加代码

lintOptions {

checkReleaseBuildsfalse

// Or, if you prefer, you can continue to check for errors in release builds,

// but continue the build even when errors are found:

abortOnErrorfalse

}

更多相关文章

  1. android取得手机屏幕大小DisplayMetrics的核心代码
  2. Android代码分析
  3. Android源代码在线浏览网站列表
  4. android代码编写布局和控件
  5. Android 隔一段时间重复执行某代码
  6. [CSDN]Android系统进程Zygote启动过程的源代码分析
  7. Android有用代码片段(二)
  8. Android 代码当中动态改变某个控件的位置

随机推荐

  1. Android图片堆叠效果实现
  2. Android EditText左右滑动
  3. Android PreferenceActivity 使用练习
  4. Unable to execute dex: Multiple dex fi
  5. Android APK文件安装过程小结
  6. android 一年过期
  7. Android(安卓)Nine-patch
  8. android studio配置AndroidAnnotations
  9. cocos2dx android平台事件系统解析
  10. 浅谈Android五大布局(一)——LinearLayout