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 during run-time:
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?