Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何解决重复条目:com/android/volley/AuthFailureError.class错误_Android - Fatal编程技术网

如何解决重复条目:com/android/volley/AuthFailureError.class错误

如何解决重复条目:com/android/volley/AuthFailureError.class错误,android,Android,我正在将Linkedin API与volley+Fb一起使用,我得到以下错误: Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug' 这是我的Gradle文件: multiDexEnabled true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {

我正在将Linkedin API与volley+Fb一起使用,我得到以下错误:

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'
这是我的Gradle文件:

multiDexEnabled true
    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'}}}dependencies {compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
    exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.volley:volley:1.0.0'
compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:+'
testCompile 'junit:junit:4.12'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:recyclerview-v7:25.3.1'
compile 'com.squareup.picasso:picasso:2.3.2'
compile 'com.google.android.gms:play-services-wallet:10.2.1'
compile 'com.facebook.android:facebook-android-sdk:4.6.0'
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.google.firebase:firebase-messaging:10.2.1'
compile 'com.google.firebase:firebase-core:10.2.1'
compile 'com.android.support:support-v4:25.3.1'
compile 'com.google.android.gms:play-services:10.2.1'
compile 'com.google.android.gms:play-services-analytics:10.2.1'
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'com.android.support:multidex:1.0.1'
//    compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
compile('com.paypal.sdk:paypal-android-sdk:2.14.4') {
    exclude group: 'io.card'
}
compile project(path: ':linkedin-sdk')}

您好,这是stackoverflow,了解我在linkedIn sdk中使用截击库时遇到的问题。这不是询问问题的正确方式,请正确编辑此问题或删除此问题,然后重新开始。也请参考我提供给你的链接,你可以在gradle中添加截取库,否则请检查截取版本我同时使用截取库和linkedIn sdk,所以我面临这个问题。我不知道我能解决它。