Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #28

Open
antoniomerlin opened this issue Mar 3, 2016 · 2 comments

Comments

@antoniomerlin
Copy link

error_toggle

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

@softrice
Copy link

I have the same problem.

@softrice
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants