【发布时间】:2015-01-09 14:55:33
【问题描述】:
问题:
如何从google-play-services.jar中提取play-services-ads.jar?
背景:
自上次更新 google play 服务以来,当我们只需要其中的一部分时,我们可能不会在项目中包含整个 lib source。问题是我不能在我的项目中添加google-play-services.jar 作为库依赖项,它只能作为文件依赖项来完成。所以我需要以某种方式只添加play-services-ads.jar,而不是整个google-play-services.jar,以避免库方法限制65,536。
【问题讨论】:
-
只有 android studio 支持。如果由于某种原因您仍在使用 eclipse,则无法做您想做的事
标签: android admob google-play-services