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.
source
share