You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.
Here is the error message:
com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/apache/commons/io/CopyUtils.class
If I try to include it in the following way. It gives some bugs(some request doesn't gives the response )
/compile ('com.octo.android.robospice:robospice-spring-android:1.4.14'){
exclude group: 'org.apache.commons', module: 'commons-io'
}/
//compile 'commons-io:commons-io:1.3.2'
The text was updated successfully, but these errors were encountered:
try using only module on the exclude statement.
and check the result with your dependencies (./gradlew :module:dependencies)
2017-06-26 1:37 GMT-07:00 sunszl <[email protected]>:
there are two commons-io in gradle's cache
.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-io\1.3.2\
b6dde38349ba9bb5e6ea6320531eae969985dae5
.gradle\caches\modules-2\files-2.1\commons-io\commons-io\1.3.2\
b6dde38349ba9bb5e6ea6320531eae969985dae5
I think this caused the problem. Can anyone find a way to work around this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#470 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABv33WRO6h58lIeH8sEmZWFhyoEb9loWks5sIJVhgaJpZM4N9uIo>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is the error message:
com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/apache/commons/io/CopyUtils.class
If I try to include it in the following way. It gives some bugs(some request doesn't gives the response )
/compile ('com.octo.android.robospice:robospice-spring-android:1.4.14'){
exclude group: 'org.apache.commons', module: 'commons-io'
}/
//compile 'commons-io:commons-io:1.3.2'
The text was updated successfully, but these errors were encountered: