0

After adding airpush library I got the error below. I am not doing any thing else just copy the jar file into libs folder in my project.

[2013-11-22 21:03:04 - Dex Loader] Unable to execute dex: Multiple dex files define packet/name /BuildConfig;
[2013-11-22 21:03:04 - NewPrincessColoringGame] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define packet/name /BuildConfig;
makkuzu
  • 485
  • 2
  • 4
  • 19
  • If your problem is still not solved then plz paste your code sample here and i can help you out. I have very good idea of Airpush Ads. – Kapil Jan 03 '14 at 07:25
  • Thanks Aditya, I had contacted to AirPush and they sent me sample codes to integrate, thanks a lot. – makkuzu Jan 06 '14 at 08:27
  • don't use AirPush!! they are a scam!! they never pay!! (to me and couple of buddies) or pay much less (google it!!) – Li3ro Sep 15 '15 at 08:19

2 Answers2

0

"Clean & Build" the complete project.

James
  • 26
  • 1
0

This error indicates that you have the same class included in different jars. I am guessing you are using also other libraries such as Google AdMob, Google play services, etc. So you may want to check all the libs you are using too see which one is conflicted with Airpush.

Renaud C.
  • 123
  • 8