AdMob ads not showing in android layout
问题 I have an android app and I want add adMob ads. I have below codes, when I listen adView with onReceiveAd() the ads comes but not shows in layout Any idea? adsLayout = (LinearLayout) findViewById(R.id.ads); adView = new AdView(this, AdSize.SMART_BANNER, Constants.adMobId); adsLayout.addView(adView); adView.loadAd(new AdRequest().setTesting(true)); I have also internet permission and admob configchanges in manifest adsLayout is <LinearLayout android:id="@+id/adsLayout" android:layout_width=