Anton Lyapov
Anton Lyapov

Reputation: 1

How to use docxj4 in Android project

I want to run docx4j on Android. I'm downloaded this eclipse project and extract the jar that when I import into my Android project and run, the application crashed with error message:

java.lang.NoClassDefFoundError: org.apache.log4j.Logger.

Including log4j in Android project and app crashed with other errors and etc. Can anyone share how they have been dealt with this problem ?

Upvotes: 0

Views: 1682

Answers (1)

Related Questions