Admob ads not showing - Android
问题 My ads don't display at all, I think I've followed the documentation correctly but they still won't show. The program is basically a webview and I want the ad to display at the bottom. Heres my layout file: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:myapp="http://schemas.android.com/apk/res/man.utd.headlines" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <WebView