Facebook SDK と Fresco lib と Retrofit を実装しようとした人はいますか? 私のgradleは、ボルトについて重複して失敗します。
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: bolts/AggregateException.class
これは私のgradleの失敗です。Fresco で OkHttp を試してみましたが、それでも上記の問題が発生します。
dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.facebook.android:facebook-android-sdk:4.+'
compile 'com.facebook.fresco:fresco:0.9.0'
compile 'com.facebook.fresco:imagepipeline-okhttp:0.9.0'
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
compile 'com.android.support:multidex:1.0.1'
}