I've setup a view as suggested in the guide and set the emulator and my device id as test devices:<com.google.ads.AdView android:id="@+id/adv_result"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
ads:adUnitId="a1507b569044626"
ads:adSize="BANNER"
ads:testDevices="TEST_EMULATOR, 5159A4CE6735E7375280F3CB25888A9A"
ads:loadAdOnCreate="true"/>
Anyway I get this error running on the test device or emulator: Ad request successful, but no ad returned due to lack of ad inventory. Instead, removing the attribute "testDevices" the realt advertising is working correctly.
Other people have recently experienced this, see: http://stackoverflow.com/questions/12881062/admob-test-ads-not-working-only-the-real-ones-are-showing-android
Are there some problems on your servers or am I missing something?I include my log below,thanks!Carmelo10-15 17:20:59.022: I/Ads(607): adRequestUrlHtml: <html><head><script src="http://media.admob.com/sdk-core-v40.js"></script><script>AFMA_buildAdURL({"kw":[],"preqs":1,"session_id":"1700580337704681083","u_sd":1.5,"seq_num":"2","slotname":"a1507b569044626","u_w":320,"msid":"com.appsolutely.quizpatente","simulator":1,"cap":"m,a","adtest":"on","js":"afma-sdk-a-v6.1.0","toar":0,"isu":"B3EEABB8EE11C2BE770B684D95219ECB","cipa":0,"format":"320x50_mb","net":"ed","app_name":"1.android.com.appsolutely.quizpatente","hl":"en","u_h":533,"carrier":"310260","ptime":30878,"u_audio":4});</script></head><body></body></html>10-15 17:21:00.702: I/Ads(607): Received ad url: <url: "http://googleads.g.doubleclick.net:80/mads/gma?kw&preqs=1&session_id=1700580337704681083&u_sd=1.5&u_w=320&msid=com.appsolutely.quizpatente&cap=m%2Ca&adtest=on&js=afma-sdk-a-v6.1.0&toar=0&isu=B3EEABB8EE11C2BE770B684D95219ECB&cipa=0&format=320x50_mb&net=ed&app_name=1.android.com.appsolutely.quizpatente&hl=en&u_h=533&carrier=310260&ptime=30878&u_audio=4&u_so=p&output=html®ion=mobile_app&u_tz=-120&client_sdk=1&ex=1&slotname=a14e8f77524dde8&kw_type=broad&askip=1&caps=inlineVideo_interactiveVideo_mraid1_th_autoplay_mediation_sdkAdmobApiForAds_di&jsv=38" type: "admob" afmaNotifyDt: "null">10-15 17:21:00.812: I/Ads(607): onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory.)--