GoogleAdMobAdsSDK-4.0.2.jar 和谷歌 GSON

发布于 2024-10-26 19:24:02 字数 590 浏览 1 评论 0原文

我最近下载了最新的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甜`诱少女 2024-11-02 19:24:02

我和你有同样的问题。

我无法修复它,所以我回到了旧版本。您可以从我的 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.

失眠症患者 2024-11-02 19:24:02

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文