https://github.com/plutext/AndroidDocxToHtml
But everytime I try to run the project it keeps launching it and eventually the whole eclipse freezes. I created a new project (AndroidDocxToHtml2) and just copy pasted all clasess and libraries etc and even commented out all code in try-catch block in AndroidDocxToHtmlActivity. It was still keep launching the whole time but at least displayed the following message:
Dx warning: Ignoring InnerClasses attributeDx warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.apache.log4j.chainsaw.ControlPanel$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler and without specifying any "-target" type options. The consequence of ignoring this warning is that reflective operations on this class will incorrectly indicate that it is *not* an inner class.
after few minutes eclipse showed the following window:
Unable to execute-dex: GC-overhead limit exceeded. GC Overhead limit exceeded
I tested it on android device SGS2 with 4.0.3 and as well using emulator. And I'm really getting desperate stucking with this conversion task for a week :/