skip to Main Content

Android Studio – Gradle build fails on "lint isAbortOnError" after updating to com.android.tools.build:gradle:7.1.0

For my android app i'm using a build.gradle.kts file containing this code: android { ... lint { isAbortOnError = false } } For my current configuration, everything works fine: Android Studio Bumble Bee 2021.1.1 com.android.tools.build:gradle:7.0.4 distributionUrl=https://services.gradle.org/distributions/gradle-7.3.3-bin.zip Android Studio suggested an…

VIEW QUESTION

Android Studio – Build.Gradle Error – A problem occurred evaluating project ':app'

I am getting the below error when I am trying to run my app. A problem occurred evaluating project ':app'. Supplied String module notation 'commons-io:commonCould not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.s-io:2.6' is invalid. Example notations: 'org.gradle:gradle-core:2.2', 'org.mockito:mockito-core:1.9.5:javadoc'. Try: Run…

VIEW QUESTION
Back To Top
Search