I wrote an android app, added Google-play-services
lib to it, then ran it. Then I got this error:
[2015-10-16 12:34:32 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode;
[2015-10-16 12:34:32 - HelloCordova] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode;
My Lib
structure is:
Is jar file and library conflicting each other?