About Store Forum Documentation Contact



Post Reply 
google play services resources
Author Message
yvanvds Offline
Member

Post: #1
google play services resources
Hey

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


Attached File(s)
.txt  Android Build Log.txt (Size: 44.33 KB / Downloads: 1)
(This post was last modified: 04-14-2014 09:08 PM by yvanvds.)
04-14-2014 09:07 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: google play services resources
Hi!

https://developers.google.com/mobile-ads-sdk/kb/
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.
04-14-2014 09:53 PM
Find all posts by this user Quote this message in a reply
yvanvds Offline
Member

Post: #3
RE: google play services resources
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?
04-15-2014 12:07 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: google play services resources
Hi!

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.
04-15-2014 07:54 PM
Find all posts by this user Quote this message in a reply
Post Reply