Multiple Dex Files Define - Deleting Extra Jar File Still Not Working. What Should I Do?
I'm trying to implement Google Play Services into my application. I understand that there is a sample project named BaseGameUtils and I need to import it into my workspace and mar
Solution 1:
This looks to me like an admobs related issue. Admobs has now been integrated into the Google Play Services jar, but it looks like you are still including the separate admobs jar in you project. Both these jars contain the same class names, hence this causes your problem.
I suggest you remove GoogleAdMobAdsSdk.jar from your build path.
For more information on this problem, please look at
Post a Comment for "Multiple Dex Files Define - Deleting Extra Jar File Still Not Working. What Should I Do?"