I have been coding a web scraping application on Android, using HtmlUnit.
But, when I build the app, the build error occur “Conversion to Dalvik format failed with error 1”.
So, how do I build the android app using HtmlUnit? please…
I have been coding a web scraping application on Android, using HtmlUnit. But, when
Share
I just ran into this, and saw a lot of other errors triggered by XML-related jars, including this:
The problem went away after I removed the
xalan,xercesImplandxml-apisjars from the project (I usually include them with any projects using HtmlUnit on the desktop). Presumably they are colliding with the versions included in the SDK.