My app requires both signpost-core-1.2.1.2.jar
and one of Google's libraries gdata-core-1.0.jar
. But the signpost jar has some of the classes packaged in the gdata-core package. So, my app project is not building. Here is the error:
Unable to execute dex: Multiple dex files define Lcom/google/gdata/util/common/base/Escaper;
How can I fix this conflict.. I need both the jars for different purposes within my app.