I have been trying for days to get the Apache POI API to work, but I keep running into errors with the xmlbeans2.6.0 jar
. First, whenever I tried to run my app, it would crash saying that there was a duplicate class, so I did the usual method of extracting all the files and converting those files back into a jar; however, now I get that this error:
java.lang.ClassNotFoundException:
Didn't find class "org.apache.xmlbeans.XmlOptions" on path: DexPathList[[zip file "/data/app/arcane.com.athletesunited-1/base.apk"]
Any thoughts?
Jacob