不显示Applovin横幅

时间:2018-08-13 06:57:48

标签: java xml

我正在尝试以下代码行,但对我而言不起作用,有人可以帮助我吗?

<com.applovin.adview.AppLovinAdView
  android:id="@+id/applovin_banner"
  android:layout_alignParentBottom="true"
  android:layout_width="match_parent"
  android:layout_height="wrap_content">
  </com.applovin.adview.AppLovinAdView>

java:

 AppLovinAdView adView=findViewById(R.id.applovin_banner);
    adView.loadNextAd();
    adView.isShown();

1 个答案:

答案 0 :(得分:0)

确保按照here的说明,在Android Manifest文件中拥有SDK密钥。然后,您需要转到AppLovin仪表板,然后点击营利->管理应用程序->您的应用程序,然后将“横幅广告”开关切换为开。