gpt4 book ai didi

android InterstitialAd 总是无法正常显示

转载 作者:搜寻专家 更新时间:2023-11-01 09:01:11 26 4
gpt4 key购买 nike

我正在我的应用程序中实现 InterstitialAd,并按照 Google 代码示例来实现广告。

问题:

大部分时间广告无法正常显示。我已经设置了所有 Activity 以及 list 中的 AdActivity,迫使它们成为 protrait 的方向。但它仍然失败。有没有人知道问题出在哪里?万分感谢!

PS:我这里不是打广告..只是为了我遇到的问题截屏

确定时的广告:

enter image description here

但大多数时候它在屏幕外:它变成水平的并且底部有白色的空白屏幕

enter image description here

代码:

    interstitialAd = new InterstitialAd(this, MY_PUBLISHER_ID); 
interstitialAd.setAdListener(this); // Set the AdListener.
AdRequest adRequest = new AdRequest();
adRequest.addTestDevice(AdRequest.TEST_EMULATOR);
interstitialAd.loadAd(adRequest);

list :

<application
android:icon="@drawable/logo"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name=".Abc"
android:screenOrientation="portrait"
android:label="@string/title_activity_startup" >
<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:screenOrientation="portrait"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>

最佳答案

现在已经修复了。因此不再需要解决方法: https://groups.google.com/forum/?fromgroups=#!topic/google-admob-ads-sdk/83DP6aCnwx4

关于android InterstitialAd 总是无法正常显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14811566/

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