Pushwoosh Duplicate entry error in android studio

90 views Asked by At

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/arellomobile/android/push/utils/rich/WebImageView.class

Here is my app.gradle:

Where is the problem and How to remove that?

1

There are 1 answers

0
shader On BEST ANSWER

Your app.gradle did not attach. Make sure you are referencing the Pushwoosh library only once. It looks like it has been referenced twice somehow.