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 } }
Similar Posts:
- Lint found fatal errors while assembling a release target [How to Solve]
- Could not find com.android.tools.build:gradle:3.3.0.
- [Solved] Android studio AAPT2 error: Execution failed for task ‘:app:mergeDebugResources’.
- Flutter: Android dependency ‘com.android.support:support-v4’ has different version …
- Could not find tools.jar when build gradle project
- Android studio import project, error e rror:Unsupported method : BaseConfig.getApplicationIdSuffix().
- [Solved] Android Studio Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler
- Plugin is too old, please update to a more recent
- [Solved] Could not find method google() for arguments [] on repository container,rn react-native-camera …
- AS Import Project Error: Plugin with id ‘com.android.application’ not found.