集成appodeal时重复输入错误

时间:2017-01-14 11:02:21

标签: android android-multidex

错误:

  

错误:任务':app:transformClassesWithJarMergingForDebug'执行失败。   com.android.build.api.transform.TransformException:java.util.zip.ZipException:重复条目:android / support / v7 / widget / StaggeredGridLayoutManager $ SavedState $ 1.class

依赖关系:

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile project(':cheetah-mobile-3.4.7')
    compile 'com.android.support:multidex:1.0.1'
    compile('com.android.support:appcompat-v7:24.0.0') {
        force = true;
    }
    compile('com.android.support:design:24.0.0') {
        force = true;
    }

    compile 'com.google.firebase:firebase-ads:9.4.0'
    compile 'com.google.android.gms:play-services-appindexing:9.4.0'
    compile 'com.android.support:support-v4:24.2.0'
    compile 'com.github.deano2390:MaterialShowcaseView:1.1.0'
    compile 'com.google.android.gms:play-services-ads:9.4.0'
    compile 'com.google.android.gms:play-services-location:9.4.0'

1 个答案:

答案 0 :(得分:2)

你检查过libs文件夹了吗?

如果它包含循环视图,请将其删除并添加到build.gradle以便

compile 'com.android.support:recyclerview-v7:24.0.0'.