Android - docx4j build issue

后端 未结 1 1233
忘掉有多难
忘掉有多难 2021-01-14 02:07

I am developing an android application. In which I need to show the docx, xlsx files inside my application. I have searched in the internet and found docx4j

相关标签:
1条回答
  • Finally I found the solution. I did add all the jars what they given in the github. So that I got the above exception.

    Now I removed the "serializer-2.7.1.jar" from the workspace and then build the app. I can convert the docx to html without build issue. It is working fine now.

    0 讨论(0)
提交回复
热议问题