Admob 无法将广告加载到我的应用中。我已经等了一段时间,仍然没有广告。
<com.google.ads.AdView android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adUnitId="pub-||||||||||||||||" \\ blanked out.
ads:adSize="BANNER"
ads:testDevices="TEST_EMULATOR, 20080411413fc082"
ads:loadAdOnCreate="true"/>
我的清单
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation
|screenLayout|uiMode|screenSize|smallestScreenSize"/>
LogCAT
10-06 20:43:28.187: W/Ads(11465): Invalid unknown request error: Cannot determine request type. Is your ad unit id correct?
10-06 20:38:52.937: E/ActivityThread(11465): Failed to find provider info for com.google.plus.platform
图片
图像显示我在库中有 admob jar。
任何帮助表示赞赏。
谢谢你。