compile 'com.github.RogaLabs:social-login:1.2.1'
compile 'com.github.mukeshsolanki:social-login-helper:1.0.2'
compile 'com.github.robertsimoes:Shareable:0.1.0'
compile 'com.github.fccaikai:BottomMenuTutorial:1.0.1'我也尝试过其他一些图书馆,它们也提供了这样的错误,但是当我使用Glide或Picasso库时,它们的同步非常完美。
但得到跟随的错误

我正在使用Gradle版本: 2.14.1
发布于 2017-04-20 10:00:24
首先,确保将jitpack.io添加到build.gradle 根级别节中。
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}在此之后,清理-重建和运行。
https://stackoverflow.com/questions/43512986
复制相似问题