You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly dont update the project when prompted. Keep gradle version to 4.4 and build tool version to 3.1.0. Also update classpath of nova to classpath 'com.novoda:bintray-release:0.8.0'.
Next navigate to build.gradle file of material-intro-screen library and look for classpath = project.files(variant.javaCompile.classpath.files) + project.files(ext.androidJar) replace it with doFirst {
classpath = project.files(variant.javaCompile.classpath.files) + project.files(ext.androidJar)
}
Also add lintOptions {
abortOnError false
} in the file above stated
And sync the project.
getting this error when importing the project. seems like gradle4.4 not supported yet as I am on android studio 3.1
Cannot create variant 'android-lint' after configuration ':material-intro-screen:debugRuntimeElements' has been resolved
The text was updated successfully, but these errors were encountered: