Reputation: 31
My release build will not compile. Exactly where in the Android Studio project do I make the suggested change? Error: Execution failed for task ':app:lintVitalRelease'. Modify your build script as follows:
android { lintOptions {checkReleaseBuilds false}}
Upvotes: 3
Views: 4270
Reputation: 19881
Look in the app/build.gradle
file.
For more information please take a look at the Configure Your Build page of the Android documentation.
Upvotes: 1