Getting NoClassDefFoundError: permission failed: Ljavax / XML / stream / XMLEventFactory

I try to write excel sheets in external storage using apache poi library on Android, but every time I run the application, I get an error

Permission Failure: Ljavax / XML / stream / XMLEventFactory

I read the official poi documentation and searched google, but in vain. I also use jdk1.8, but still an error occurs.

+4
source share
1 answer

Currently, the Apache POI will not work on Android due to various problems that you will encounter when using the Apache POI libraries directly.

, Apache POI Android:

0

Source: https://habr.com/ru/post/1623165/


All Articles