I'm having this error when integrating Adobe Creative SDK
. The problem seems to come from Localytics
library inside the Creative SDK.
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/localytics/android/BuildConfig.class
This seems to happen because we are also using Localytics
in our project but I found out that the one in the Creative SDK is older version (Ver. 2) than the one in our project (Ver. 4)