Multiple dex files define - Deleting extra jar file still not working. What should I do?

五迷三道 提交于 2019-12-02 10:06:44
IanB

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

Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode and Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!