centic9 / poi-on-android

A sample project that shows how Apache POI can be used in an Android application
Apache License 2.0
357 stars 89 forks source link

java.lang.NoSuchMethodError: No static method forArray #97

Closed tianbymy closed 11 months ago

tianbymy commented 2 years ago

java.lang.NoSuchMethodError: No static method forArray([Ljavax/xml/namespace/QName;)Lorg/apache/xmlbeans/QNameSet; in class Lorg/apache/xmlbeans/QNameSet; or its super classes (declaration of 'org.apache.xmlbeans.QNameSet' appears in base.apk!classes4.dex)

tianbymy commented 2 years ago

poi-tl 1.7.3 poishadow-all 基于master编译

centic9 commented 2 years ago

Please provide the full stacktrace. But it sounds like a mixup of xmlbeans-jar versions, mayba via the poi-tl library... All tools need to use the exact same version of Apache POI and its dependencies.

centic9 commented 11 months ago

No response, thus closing this for now.