ToggleButton icon indicating copy to clipboard operation
ToggleButton copied to clipboard

Error:Execution failed for task ':ToggleButtonSample:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/facebook/rebound/AndroidSpringLooperFactory$ChoreographerAndroidSpringLooper$1.class

Open antoniomerlin opened this issue 8 years ago • 2 comments

error_toggle

Facing this while building the application. I tried gradlew clean still no luck

antoniomerlin avatar Mar 03 '16 08:03 antoniomerlin

I have the same problem.

softrice avatar Mar 25 '16 06:03 softrice

I solved the problem.

repalce compile 'com.facebook.rebound:rebound:0.3.+' with compile 'com.facebook.fresco:fresco:0.8.1' like this

dependencies { //compile 'com.facebook.rebound:rebound:0.3.+' compile 'com.facebook.fresco:fresco:0.8.1' } I used 'com.facebook.fresco:fresco:0.8.1' somewhere

softrice avatar Mar 25 '16 06:03 softrice