gpt4 book ai didi

android - AdMob SDK 4.3.1 - 我无法显示横幅

转载 作者:行者123 更新时间:2023-11-29 22:18:34 25 4
gpt4 key购买 nike

我已经按照 AdMob 教程中的所有步骤进行操作,但是当我运行我的应用程序而不是横幅时,出现“您必须在 AndroidManifest.xml 中使用 configChanges 声明 AdActivity”

我的 AndroidManifest 是:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.gmg.android.fpg"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="8" />

<application android:icon="@drawable/ic_launcher" android:label="@string/app_name" >

<activity android:label="@string/app_name" android:name=".FPGActivity" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation"/>

</application>

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>


</manifest>

我认为一切都正确,为什么我不能显示横幅?

最好的问候

最佳答案

您在 Admob AdActivityconfigChanges 属性中遗漏了一些条目——请参阅 Google 的描述 here .这也可能会导致您更改构建目标。阅读我对相关问题的详细回答 Admob implementation Error .

关于android - AdMob SDK 4.3.1 - 我无法显示横幅,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7901018/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com