MoPub: TransformException - ZipException: duplicated entry when building on gradle
问题 I'm trying to integrate MoPub into my app. I imported the sdk into my app: compile('com.mopub.sdk.android:mopub:4.4.1@aar') { transitive = true; } But an error is returned when I tried to build it. Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/android/gms/internal/zzqq$zza.class I have imported the com.google.android.gms llibrary into my app: compile(