[2015-10-14 17:48:05 - Dex Loader] Unable to execute dex: Multiple dex files define Lorg/apache/commons/codec/binary/Base64;
[2015-10-14 17:48:05 - MyApplication] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lorg/apache/commons/codec/binary/Base64;
I know this happens because my two jar files contains the same class Base64
. But they are two entirely different jar files, one is org.apache.httpcomponents.httpclient_4.3.6.jar
and other is indooratlas-android-sdk-1.4.2-132-beta.jar
.
And I need to use both the libraries as it is and need avoid the above error. hope someone can help me.
I have already read this and almost all related links.
FACT
I don't think it as duplicate of above mentioned question, because I am in search to recover from this error in a possible new way.