Task :app:lintVitalRelease FAILED
Error message:
task: app: lintvitalrelease failed
Cause of problem:
dl google. Com can’t connect, or there is a problem with the code. I can’t go to this to see the log myself
Solution:
1. Modify hosts (recommended)
find the ip of dl.google.com through the ip-check-online website
2. Add in gradle Android
android{ lintOptions{ checkReleaseBuilds false abortOnError false } }