I\'m using Android studio 1.5.1
I\'d like to include the org.apache.poi-ooxml library in my android project. To include that library I needed to include some other l
Add implementation 'javax.xml.stream:stax-api:1.0' in you app build.gradle, as some core class missed
implementation 'javax.xml.stream:stax-api:1.0'
build.gradle