Using com.bea.xml.stream package on android

后端 未结 5 532
-上瘾入骨i
-上瘾入骨i 2020-12-04 02:15

For getting Apache POI to work on Android, I need to get Stack to work on Android. Following this question:Using JAXB with Google Android and @Sean Barbeau\'s answer. I succ

5条回答
  •  既然无缘
    2020-12-04 02:46

    Add the following to your gradle file:

    implementation 'com.fasterxml:aalto-xml:1.0.0'
    

    And relax...

提交回复
热议问题