I am just using the code at https://github.com/plutext/AndroidDocxToHtml
for converting doc to html but I am getting Conversion to Dalvik format failed with error 1
. What is the issue?
Dalvik error using Doc to HTML android docx4j
89 views Asked by Abhishek Singh At
2
You have to delete
serializer-2.7.1.jar
from thelibs
folder, remove it from your dependencies or build path. Doing only this may work for some people, but I had another error :(Conversion to Dalvik format failed: Unable to execute dex:)
If you get this error, just add
jumboMode=true
to yourproject.properties
(if you work with Eclipse)Hope this answer doesn't come too late!