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

Duplicate files copied in APK project.clj #53

Open
iverc opened this issue Apr 7, 2017 · 2 comments
Open

Duplicate files copied in APK project.clj #53

iverc opened this issue Apr 7, 2017 · 2 comments

Comments

@iverc
Copy link

iverc commented Apr 7, 2017

First time I ran the app with AutoParcel enabled was ok. But the next run throws this error and the won't run unless I remove
compile 'frankiesardo:auto-parcel:1.0.3'
annotationProcessor 'frankiesardo:auto-parcel:1.0.3'
from build.gradle

Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.

com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK project.clj
File1: /Users/admin/.gradle/caches/modules-2/files-2.1/stencil/stencil/0.3.5/395c7f24901890f367387a122266b201d3008205/stencil-0.3.5.jar
File2: /Users/admin/.gradle/caches/modules-2/files-2.1/slingshot/slingshot/0.10.3/ea80c69fdeb11687a3bd1ba6bb30ec4a41eea7a0/slingshot-0.10.3.jar
File3: /Users/admin/.gradle/caches/modules-2/files-2.1/quoin/quoin/0.1.2/dbbb28df3e337233f934468915eb327ff488172/quoin-0.1.2.jar

@sandeeppatel1986
Copy link

Remove compile 'frankiesardo:auto-parcel:1.0.3'

@hendercine
Copy link

@sandeeppatel1986
Removing compile or provided did not solve the error for me...

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

3 participants