I tried to test docx to conversion on android using the following example/project:
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 ...