Android on Eclipse - Adding jar files to an Eclipse Android Project

Posted by Shalini on Stack Overflow See other posts from Stack Overflow or by Shalini
Published on 2012-11-24T16:30:35Z Indexed on 2012/11/24 17:04 UTC
Read the original article Hit count: 249

Filed under:
|
|

I am developing an Android App that uses the Google APIs Client Library for Java version 1.12.0. I have added the jar files to the /libs folder (and not to a new /lib folder). I get the following error:

Dx trouble processing "javax/xml/namespace/QName.class":

Ill-advised or mistaken usage of a core class (java.* or javax.*) when not building a core library.

I am NOT using Maven though, and all the answers by others seem to make use of Maven.

Android version - 4.1.2 API level 16 Eclipse - Java EE Juno

Any suggestions on how I can solve this?

© Stack Overflow or respective owner

Related posts about android

Related posts about eclipse