Thanks for implementing admob. I just tried to use it, but when starting my app on android i get this in my device log:
Code:
App(GooglePlayServicesUtil): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
I did install api 13 before testing this, and in my _Build_ folder I have an extra directory google-play-services_lib
I've attached my build log below, which seems to indicate it does at least something with those play services. But apparently not enough :-)
Cheers,
yvan
(This post was last modified: 04-14-2014 09:08 PM by yvanvds.)
Quote:I keep getting the error 'The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.'
You can safely ignore this message. Your app will still fetch and serve banner ads.
Ah, thanks. Seemed there was another reason why adds were not showing.
One other thing: how does the system change between different adds? Say I want to show a new add between every game, do I delete the previous one and and call create again?
I always got the same add so far, but perhaps that's because I'm in testmode?
Create deletes the existing ad.
However you don't need to call it as banners are refreshed by admob, and full screen ads are refreshed by esenthel internally upon closing the ad.
The same ad is because of test mode.