Execution failed for task ':app:processReleaseResources' code example
Example 1: Execution failed for task ':app:lintVitalRelease'.
android {
...
lintOptions {
checkReleaseBuilds false
}
}
Example 2: Execution failed for task ':app:processDebugGoogleServices'.
You should delete a line apply plugin: 'com.google.gms.google-services'
because "com.android.application" package already has same package.