2017-04-20 69 views
1
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庫時,他們完全同步。Android Studio:依賴問題

但得到以下錯誤

enter image description here

我使用的搖籃版本:2.14.1

+1

缺少那裏'maven {url「https://jitpack.io」}'? –

+0

謝謝IntelliJ Amiya –

回答

1

在首先確保你在build.gradle根添加jitpack.io級別科。

allprojects { 
    repositories { 
     jcenter() 
     maven { url "https://jitpack.io" } 
    } 
} 

之後清潔重建運行