【发布时间】:2016-02-19 07:21:10
【问题描述】:
Android POI 集成。我做了很多搜索,但没有找到解决方案。
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/apache/xmlbeans/xml/stream/Location.class
我的毕业典礼
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.google.code.gson:gson:2.4'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.github.rey5137:material:1.2.2'
compile('com.github.afollestad.material-dialogs:core:0.8.5.4@aar') {
transitive = true
}
compile('com.mikepenz:materialdrawer:5.0.0@aar') {
transitive = true
}
compile 'com.pnikosis:materialish-progress:1.5'
compile 'org.apache.poi:poi-ooxml:3.13'
我发现了这个 https://github.com/sbt/sbt-proguard/issues/9
我没有使用任何其他 apache lib。并且没有使用谷歌播放服务。仍然存在同样的问题。
【问题讨论】:
标签: android apache-poi