Mam problem z apache poi excel api (xlsx). Używam Androida Studio i dodałem biblioteki poi do folderów "libs". Ten błąd pojawia się z jakiegoś powodu (patrz poniżej). Jak mogę to rozwiązać? Czy mógłbyś wyjaśnić, w jaki sposób zidentyfikowałeś problem?Błąd zduplikowanej klasy w Androidzie podczas włączania Apache POI
xmlbeans-2.6.0, poi-ooxml-schemas-3.10.1-20140818, poi-ooxml-3.10.1-20140818, poi-3.10.1-20140818, log4j-1.2.13, junit-4.11, dom4j-1.6.1, commons-logging-1.1, commons-codec-1.5
Dzięki!
Moja build.gradle wygląda następująco (z wyłączeniem generycznego innych rzeczy) ...
dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') }
android { packagingOptions { exclude 'META-INF/LICENSE' exclude 'META-INF/NOTICE' exclude 'META-INF/LICENSE.txt' exclude 'META-INF/NOTICE.txt' } }
Moja app.iml ma zduplikowane wpisy albo ...
Błąd
Error:Class org.apache.xmlbeans.xml.stream.Location has already been added to output. Please remove duplicate copies. compiler that did not target the modern .class file format. The recommended (org.apache.log4j.chainsaw.ControlPanel$1) that doesn't come with an associated EnclosingMethod attribute. This class was probably produced by a solution is to recompile the class from source, using an up-to-date compiler 1 error; aborting
rozwiązałeś? –