10

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!
Kara
  • 6,115
  • 16
  • 50
  • 57
Nick Horne
  • 213
  • 3
  • 10
  • I am seeing the same results after updating to the new Google Play Services ads, not sure what the issue is but everything seems to work. – selsine Nov 23 '13 at 04:22
  • 3
    GooglePlayServicesUtil resources messages is a benign error log. Hopefully the false positive logging of it will get fixed in a future version. – Eric Leichtenschlag Nov 23 '13 at 10:26
  • I think this can be a solution. In my case, it works. http://stackoverflow.com/a/18933664/2419613 – ceram1 Dec 30 '13 at 14:02

2 Answers2

2

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.

Community
  • 1
  • 1
Jorgesys
  • 124,308
  • 23
  • 334
  • 268
0

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!