幼敏悟过人,读书辄成诵。这篇文章主要讲述Admob违规消息Android应用程序相关的知识,希望能为你提供帮助。
我收到了这条消息,但我不明白我的应用程序出了什么问题,请帮忙吗?
出于礼貌,我们提醒您,您的应用目前违反了AdMob计划政策。重要的是,这需要您采取措施以确保广告投放不会中断。请阅读以下内容,了解有关您需要采取的措施的更多信息:有时广告会像this一样在应用上显示,然后它会自行更正。在我的代码中可能出现什么问题我该怎么纠正它?
发布商ID:
应用ID:
当前广告投放状态:有效
违规说明
发布商不得以任何方式更改AdMob广告的行为。这包括调整广告框架的大小以切断部分广告或隐藏广告的AdMob名称。
需要采取的措施:请立即对您的应用进行更改,以符合AdMob计划政策。
当前帐户状态:有效
<
RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:ads="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Main" >
<
com.google.android.gms.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adSize="SMART_BANNER"
ads:adUnitId="@string/banner_ad_unit_id">
<
/com.google.android.gms.ads.AdView>
<
org.anddev.andengine.opengl.view.RenderSurfaceView
android:id="@+id/xmllayoutexample_rendersurfaceview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_centerInParent="true"
android:gravity="center" />
<
/RelativeLayout>
答案【Admob违规消息Android应用程序】我认为将
android:layout_below="@+id/adView"
添加到你的org.anddev.andengine.opengl.view.RenderSurfaceView
就足够了推荐阅读
- Appcelerator(标签布局复合在View布局垂直中)
- Android InflateException二进制XML文件行#2
- Android webview示例不起作用(R.layout.show_web_view);
- 适用于不同屏幕尺寸的Android布局
- Android(需要格式化布局的帮助)
- 如何在Android中自定义相机布局()
- android中的屏幕兼容性问题
- 在android加载布局时出现了一些错误,但在运行时没有效果
- Android(我应用中所有Spinners的全局风格)