zendesk

Gradle Duplicate Entry: java.util.zip.ZipException

爱⌒轻易说出口 提交于 2019-11-27 01:36:21
I integrated the Zendesk mobile sdk through its maven repository into my project and it wouldn't build anymore. It has some kind of a clash with picasso 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/squareup/picasso/Action$RequestWeakReference.class I ran ../gradlew dependencies on the app folder and this is what i found under zendesk module: \--- com.zendesk:sdk:1.0.0.1 +--- com.squareup.retrofit:retrofit:1.4.1 | \--- com.google.code.gson:gson:2.2.4 +---

Gradle Duplicate Entry: java.util.zip.ZipException

ぐ巨炮叔叔 提交于 2019-11-26 17:28:45
问题 I integrated the Zendesk mobile sdk through its maven repository into my project and it wouldn't build anymore. It has some kind of a clash with picasso 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/squareup/picasso/Action$RequestWeakReference.class I ran ../gradlew dependencies on the app folder and this is what i found under zendesk module: \--- com