uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/github/lzyzsd/jsbridge/CallBackFunction.class #107

Open vnovakovskyi opened 6 years ago

vnovakovskyi commented 6 years ago

How can i fix this problem? But I can't to search class com/github/lzyzsd/jsbridge/CallBackFunction.class

JimVanG commented 6 years ago

You have duplicate entries, so you should remove the duplicate class that is causing the error. By excluding it from the dependency.

Or you could use proguard to remove that class so it doesn’t cause you any errors.