I have implemented Mobile ads in my app according to the quickstart guide.
I'm using banner and interstitial ads.
When I use this construction call for the banner:
banner = new AdLayout(this, AdSize.SIZE_1024x50);
I get no message from server. Ad doesn't load. If I remove the ad size specification (so that it autosizes), the ad fills. However I need the 1024x50 specification!
The interstitial ad doesn't load at all. My implementation is identical to the one in the quickstart guide.
Same error message: Server message: no results. Try again in 10 seconds.
I should mention that on my first test both of the ads loaded, but that was the only time that happened.