Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create variant 'android-lint' after configuration ':material-intro-screen:debugRuntimeElements' has been resolved #155

Open
vivekpanchal opened this issue Apr 11, 2018 · 6 comments
Milestone

Comments

@vivekpanchal
Copy link

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

errorgithub

@RajkumarRepo
Copy link

Same Issue Occur when updating the gradle

@mohammadashenab
Copy link

Same Issue here

@mseslami
Copy link

same here :(

@DivyaPrajapati09
Copy link

any updates on this issue?

@mohsinagc
Copy link

Same Issue Here

@DivyaPrajapati09
Copy link

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.

@bezmian bezmian added this to the 0.0.6 milestone Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants