GoogleAdMobAdsSDK-4.0.2.jar 和谷歌 GSON
我最近下载了最新的 GoogleAdMobAdsSDK-4.0.2.jar 来使用 我的安卓项目。我的项目还使用 gson-1.5.jar 库。 导入 GoogleAdMobAdsSDK-4.0.2.jar 并构建后,控制台 报告此错误:
[2011-03-25 11:28:37 - <appname>] Error generating final archive:
Found duplicate file for APK: assembly-descriptor.xml
Origin 1: C:\Users\<myusername>\Documents
\admob4\GoogleAdMobAdsSDK-4.0.2.jar
Origin 2: C:\Users\<myusername>\Documents\gson\gson-1.5.jar
当我从项目中删除 gson-1.5.jar 时,出现此错误 离开。我想在我的项目中使用 GSON。
问题是什么 这里?如何同时使用 GSON 和 GoogleAdMobAdsSDK-4.0.2.jar?
编辑:刚刚将 GSON 更新到 1.6,同样的问题
I recently downloaded the newest GoogleAdMobAdsSDK-4.0.2.jar to use in
my Android project. My project also uses the gson-1.5.jar library.
After importing the GoogleAdMobAdsSDK-4.0.2.jar and build, the Console
reports this error:
[2011-03-25 11:28:37 - <appname>] Error generating final archive:
Found duplicate file for APK: assembly-descriptor.xml
Origin 1: C:\Users\<myusername>\Documents
\admob4\GoogleAdMobAdsSDK-4.0.2.jar
Origin 2: C:\Users\<myusername>\Documents\gson\gson-1.5.jar
When i remove the gson-1.5.jar from the project, this error goes
away. I would like to use GSON in my project.
What is the problem
here? How can i use both GSON and GoogleAdMobAdsSDK-4.0.2.jar?
edit: just updated GSON to 1.6, same problem
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我和你有同样的问题。
我无法修复它,所以我回到了旧版本。您可以从我的 github 存储库 获取我正在使用的 jar。
这完全是一个 admob 问题,我希望他们尽快解决。应该有人回答您的问题。
I am having the same problem as you.
I couldn't fix it so I go back to an older version. You can get the jar that I am using from my github repo.
This is totally an admob issue and I hope they fix it soon. Someone should answer your question.
Admob 内部包含 GSON,因此您应该使用他们的。除此之外,您可以尝试使用类路径并希望它不会破坏 admob。
尽管在最新的 4.1.0 中似乎他们删除了它。
Admob includes GSON internally so you should probably use theirs. Other than that you can play around with the classpath and hope it doesn't break admob.
Although in the latest 4.1.0 it seems they removed it.