错误代码:
`Error:Execution failed for task ‘:app:lintVitalRelease’.

Lint found fatal errors while assembling a release target.

To proceed, either fix the issues identified by lint, or modify your build script as follows:


Android {
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}

}`


解决办法如提示:

lintOptions {    checkReleaseBuilds false    abortOnError false}

更多相关文章

  1. android中自定义的一个可以弹出类似于提示更新的对话框
  2. Android(安卓)模拟器硬件加速
  3. Android:网络编程
  4. 【Android】播放提示音
  5. [React-Native 0.56.0]Android(安卓)Could not find support-ann
  6. android启动SDK Manager闪退问题
  7. Android中的异常处理 CrashHandler
  8. 利用半透明对话框实现新浪微博android客户端首次运行时的提示界
  9. Android(安卓)EditText 为空提示 密码隐藏

随机推荐

  1. Android动态显示和隐藏状态栏探究。
  2. android控件之GridView
  3. android 动画学习系列(一)
  4. android包Android "java.lang.NoClassDef
  5. ACTION_PICK与ACTION_GET_CONTENT
  6. Handler详解
  7. Android中 int 和 String 互相转换的多种
  8. android 动态添加组件(RadioGroup 添加Rad
  9. Android事件机制(三)
  10. Unity5.0与Android交互