-
Notifications
You must be signed in to change notification settings - Fork 159
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
Gradle error #40
Comments
Same Problem is Here. |
Is this problem from the my repo? |
My project is migrated to androidx, when I use 'com.github.todou:appbarspring:1.0.9' this dependency, it gives me same above error. |
I think this is the conflicting issue of material library in androisx and support design library in your dependency........When I set "android.enableJetifier=false" and "android.useAndroidX=true", then the issue is resolved, but i need to set it "android.enableJetifier=true". |
https://github.com/happyHou/mvvm_demo i hava also this problem,this this demo.pls |
看了demo,不知道怎么解决 |
还没解决吗 |
ERROR: Unable to resolve dependency for ':app@mockDebug/compileClasspath': Failed to transform artifact 'appbarspring.aar (com.github.todou:appbarspring:1.0.9)' to match attributes {artifactType=jar}
Show Details
Affected Modules: app
ERROR: Unable to resolve dependency for ':app@mockDebugAndroidTest/compileClasspath': Failed to transform artifact 'appbarspring.aar (com.github.todou:appbarspring:1.0.9)' to match attributes {artifactType=jar}
Show Details
Affected Modules: app
ERROR: Unable to resolve dependency for ':app@mockDebugUnitTest/compileClasspath': Failed to transform artifact 'appbarspring.aar (com.github.todou:appbarspring:1.0.9)' to match attributes {artifactType=jar}
Show Details
Affected Modules: app
The text was updated successfully, but these errors were encountered: