Hey,
I've tried importing it as a project library and through Maven, and no matter what I do, I keep getting:
Information:Compilation completed with 33 errors and 0 warnings in 29 sec
Information:33 errors
Information:0 warnings
Error:Android Pre Dex: [xpp3-1.1.4c.jar] trouble processing "javax/xml/namespace/QName.class":
Error:Android Pre Dex: [xpp3-1.1.4c.jar] Ill-advised or mistaken usage of a core class (java.* or javax.*)
Error:Android Pre Dex: [xpp3-1.1.4c.jar] when not building a core library.
Error:Android Pre Dex: [xpp3-1.1.4c.jar] This is often due to inadvertently including a core library file
Error:Android Pre Dex: [xpp3-1.1.4c.jar] in your application's project, when using an IDE (such as
Error:Android Pre Dex: [xpp3-1.1.4c.jar] Eclipse). If you are sure you're not intentionally defining a
Error:Android Pre Dex: [xpp3-1.1.4c.jar] core class, then this is the most likely explanation of what's
Error:Android Pre Dex: [xpp3-1.1.4c.jar] going on.
Error:Android Pre Dex: [xpp3-1.1.4c.jar] However, you might actually be trying to define a class in a core
Error:Android Pre Dex: [xpp3-1.1.4c.jar] namespace, the source of which you may have taken, for example,
Error:Android Pre Dex: [xpp3-1.1.4c.jar] from a non-Android virtual machine project. This will most
Error:Android Pre Dex: [xpp3-1.1.4c.jar] assuredly not work. At a minimum, it jeopardizes the
Error:Android Pre Dex: [xpp3-1.1.4c.jar] compatibility of your app with future versions of the platform.
Error:Android Pre Dex: [xpp3-1.1.4c.jar] It is also often of questionable legality.
Error:Android Pre Dex: [xpp3-1.1.4c.jar] If you really intend to build a core library -- which is only
Error:Android Pre Dex: [xpp3-1.1.4c.jar] appropriate as part of creating a full virtual machine
Error:Android Pre Dex: [xpp3-1.1.4c.jar] distribution, as opposed to compiling an application -- then use
Error:Android Pre Dex: [xpp3-1.1.4c.jar] the "--core-library" option to suppress this error message.
Error:Android Pre Dex: [xpp3-1.1.4c.jar] If you go ahead and use "--core-library" but are in fact
Error:Android Pre Dex: [xpp3-1.1.4c.jar] building an application, then be forewarned that your application
Error:Android Pre Dex: [xpp3-1.1.4c.jar] will still fail to build or run, at some point. Please be
Error:Android Pre Dex: [xpp3-1.1.4c.jar] prepared for angry customers who find, for example, that your
Error:Android Pre Dex: [xpp3-1.1.4c.jar] application ceases to function once they upgrade their operating
Error:Android Pre Dex: [xpp3-1.1.4c.jar] system. You will be to blame for this problem.
Error:Android Pre Dex: [xpp3-1.1.4c.jar] If you are legitimately using some code that happens to be in a
Error:Android Pre Dex: [xpp3-1.1.4c.jar] core package, then the easiest safe alternative you have is to
Error:Android Pre Dex: [xpp3-1.1.4c.jar] repackage that code. That is, move the classes in question into
Error:Android Pre Dex: [xpp3-1.1.4c.jar] your own package namespace. This means that they will never be in
Error:Android Pre Dex: [xpp3-1.1.4c.jar] conflict with core system classes. JarJar is a tool that may help
Error:Android Pre Dex: [xpp3-1.1.4c.jar] you in this endeavor. If you find that you cannot do this, then
Error:Android Pre Dex: [xpp3-1.1.4c.jar] that is an indication that the path you are on will ultimately
Error:Android Pre Dex: [xpp3-1.1.4c.jar] lead to pain, suffering, grief, and lamentation.
Error:Android Pre Dex: [xpp3-1.1.4c.jar] 1 error; aborting
Have you any ideas?
Thanks
UPDATE: Setting the lib as Provided fixed it
UPDATE 2: Scratch that. Fixed this error, but now I've got NoClassDef