Nick Horne
Nick Horne

Reputation: 233

Android Google Admob: Google Play services resources were not found

I am trying to use the Google Mobile Adds SDK.

I have followed the guide here: https://developers.google.com/mobile-ads-sdk/docs/#play but have some errors when running my program.

The adverts appear to be working, but I get the following error (seems to occur 3 times every time an advert is loaded):

GooglePlayServicesUtil: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.

I have imported the google_play_services-lib and haven't been able to resolve this issue.

If I run the adverts without using test device I also get the warning appearing many times:

PicturePileLayerContent: Warning: painting PicturePile without content!

Upvotes: 10

Views: 6731

Answers (2)

Jorgesys
Jorgesys

Reputation: 126573

Check this from : https://developers.google.com/mobile-ads-sdk/kb/#resourcesnotfound

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.

Upvotes: 2

SourabSharma
SourabSharma

Reputation: 27

You have to add the google-play-services-lib as a library-project. They updated the sdk. There are several tutorials around. For Eclipse it is easy:

Right click project -> properties -> Android

Add the liberary project google play service lib.

For more detailed walkthroughs

importing the library-project!

how to get GoogleMaps running on emulator!

Upvotes: 0

Related Questions