integrating org.apache.poi and the javax.xml.stream.* package (stax-api) in android - how to set the --core-library argument in Android Studio?

前端 未结 2 922
野性不改
野性不改 2020-12-31 02:35

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

2条回答
  •  伪装坚强ぢ
    2020-12-31 02:55

    Add implementation 'javax.xml.stream:stax-api:1.0' in you app build.gradle, as some core class missed

提交回复
热议问题