No text/addition admob
-
The regular banner is working, and the context advertising and video is not working. There's nothing in the empty space at all.
main_activity
AdView mAdView = (AdView) findViewById(R.id.adView); AdRequest adRequest = new AdRequest.Builder().build(); mAdView.loadAd(adRequest);
main.xml
<com.google.android.gms.ads.AdView android:id="@+id/adView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_alignParentBottom="true" ads:adSize="BANNER" ads:adUnitId="мой код"> // мой код </com.google.android.gms.ads.AdView>
-
Video and intercountry advertising can only work in large numbers
View
♪ You got a little banner.ads:adSize="BANNER"
and they won't be there. Do you want it or what? https://stackoverflow.com/a/25169122/3212712 create a separateAdView
for these types of advertisements, or not to separate themView
and trust them to create themselvesadMob
- Oh, as shown in official documentation https://developers.google.com/admob/android/interstitialAlso check that these commercial types are included in your account as shown https://stackoverflow.com/a/26595972/3212712