Gradle Duplicate Entry
问题 I integrated the Digits mobile sdk into my project and it wouldn't build anymore. It has some kind of a clash with gson library that i am using. I get this error during the build: Error:Execution failed for task ':app:packageAllDebugClassesForMultiDex'. > java.util.zip.ZipException: duplicate entry: com/google/gson/Gson$5.class this is my build.gradle buildscript { repositories {maven { url 'https://maven.fabric.io/public' }} dependencies {classpath 'io.fabric.tools:gradle:1.+'}} apply plugin