从应用程序在Android中移除工作室AdMob的 [英] Removing AdMob from app in Android Studio

查看:147
本文介绍了从应用程序在Android中移除工作室AdMob的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谷歌现在要求出版商标识与广告的应用程序。好吧,我的游戏没有广告让我去选择无,但开发商控制台说,他们已经发现的AdMob SDK 11在我的应用程序。事情是我敢肯定,我的游戏没有AdMob的。这是从来没有显示广告,AdMob的不在清单,我似乎无法找到其他任何地方。我如何确保?

Google is now demanding that publishers identify apps with ads. Fine, my game has no ads so I went to select no, but the developer console says they have detected AdMob SDK 11 in my app. The thing is I'm sure my game doesn't have AdMob. It's never shown ads, AdMob is not in the manifest and I can't seem to find it anyplace else. How can I make sure?

推荐答案

如果您在包括谷歌播放服务在您build.gradle文件只是确保你只包括你需要的,因为它包含了许多功能的东西,比如谷歌地图,谷歌飞度,谷歌广告等详情,请参阅:

If you are including Google Play Services in your build.gradle file just make sure you are including only the things that you need as it contains many features, such as Google Maps, Google Fit, Google Advertising, etc. For more details see:

https://developers.google.com/android/guides/setup

修改

在任何库或框架您使用的是拉在谷歌播放服务,你应该知道它是被用于,如果你不伸手的来源和要求。

In any library or framework you are using that pulls in Google Play Services you should know what it is being used for and if you don't reach out to the source and ask.

对于初学者使用谷歌的行动基础客户库:

For starters use the Google Actions Base Client Library:

com.google.android.gms:play-services-base:x.x.x

,然后添加在其中扮演服务功能,您需要的库。

And then add in which Play Services feature libraries you need.

这篇关于从应用程序在Android中移除工作室AdMob的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆