Hello. When I try to use the HtmlUnit library to parse the html page in my IDE project, it produces the following when compiling:
Android Pre Dex: [htmlunit-2.14-OSGi.jar] trouble processing "javax/xml/XMLConstants.class": Android Pre Dex: [htmlunit-2.14-OSGi.jar] Ill-advised or mistaken usage of a core class (java.* or javax.*) Android Pre Dex: [htmlunit-2.14-OSGi.jar] when not building a core library. Android Pre Dex: [htmlunit-2.14-OSGi.jar] This is often due to inadvertently including a core library file Android Pre Dex: [htmlunit-2.14-OSGi.jar] in your application's project, when using an IDE (such as Android Pre Dex: [htmlunit-2.14-OSGi.jar] Eclipse). If you are sure you're not intentionally defining a Android Pre Dex: [htmlunit-2.14-OSGi.jar] core class, then this is the most likely explanation of what's Android Pre Dex: [htmlunit-2.14-OSGi.jar] going on.
Does this mean that the HtmlUnit in the android project will not work?