Creating a .docx file using poi-ooxml jar file
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to create a simple .docx file using Apache POI-ooxml jar file. When I add the jar, all looks well and Eclipse doesn't complain of any error. But when I run the app, apps crashes saying: 02-19 11:05:36.555: E/AndroidRuntime(17223): java.lang.VerifyError: org/apache/poi/xwpf/usermodel/XWPFDocument 02-19 11:05:36.555: E/AndroidRuntime(17223): at com.example.filegenerator.MainActivity$2.onClick(MainActivity.java:177) 02-19 11:05:36.555: E/AndroidRuntime(17223): at android.view.View.performClick(View.java:4101) 02-19 11:05:36.555: E