Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!
like image 468
Nick Horne Avatar asked Nov 21 '13 00:11

Nick Horne


1 Answers

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.

like image 150
Jorgesys Avatar answered Sep 22 '22 11:09

Jorgesys