Task :app:lintVitalRelease FAILED

Task :app:lintVitalRelease FAILED

错误信息:
Task :app:lintVitalRelease FAILED

问题原因:
dl.google.com 无法连接 或真的是代码有问题检测过不去这个自己看日志

无法连接的解决办法:

1、修改hosts(推荐)
通过在线查询ip网站,找到dl.google.com的ip

2、在gradle android里添加 

android{
  lintOptions{
     checkReleaseBuilds false
     abortOnError false
  }
}

  

posted @ 2021-12-30 15:19  dongzhaosheng73  阅读(468)  评论(0编辑  收藏  举报