square / otto

An enhanced Guava-based event bus with emphasis on Android support.
http://square.github.io/otto/
Apache License 2.0
5.16k stars 847 forks source link

duplicate entry: com/squareup/otto/AnnotatedHandlerFinder.class #184

Closed shaileshmulange closed 8 years ago

shaileshmulange commented 8 years ago

Error:Execution failed for task ':directory:transformClassesWithJarMergingForWnyDebug'.

com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/squareup/otto/AnnotatedHandlerFinder.class

JakeWharton commented 8 years ago

Your build system is somehow including Otto twice. This is a problem with your build configuration somehow.