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'