java.util.zip.ZipException:重复条目:com / google / android / gms / internal / zzak.class

时间:2017-05-09 17:22:01

标签: java android gradle

我正在使用android,

当gradle同步工作正常时,如果我尝试编译,则显示此错误:

class IFoo {};
class Foo : public IFoo {};

namespace Bar { class Foo : public ::Foo {}; }

按照herehere中的其他答案, 如果我删除谷歌播放服务,结果一样。

但结果一样,我的朋友:

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/android/gms/internal/zzak.class

1 个答案:

答案 0 :(得分:0)

按照教程: https://developers.google.com/android/guides/setup 我删除了:

compile 'com.google.android.gms:play-services-gcm:9.6.1'
    compile 'com.google.android.gms:play-services-location:9.6.1'
    compile 'com.google.android.gms:play-services-ads:9.6.1'
    compile 'com.google.android.gms:play-services-maps:9.6.1'
    compile 'com.google.android.gms:play-services-auth:9.6.1'

改变:

 compile 'com.google.android.gms:play-services:10.2.4'

并且工作