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?
Asked
Active
Viewed 83 times
0

Abhishek Singh
- 77
- 2
- 11
2 Answers
1
You have to delete serializer-2.7.1.jar
from the libs
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 your project.properties
(if you work with Eclipse)
Hope this answer doesn't come too late!

Stone Edge
- 52
- 11