the google play services resources were not found error using admob

跟風遠走 提交于 2019-12-12 06:00:10

问题


I am trying to get interestial ads from admob, but there is an error related to play services resources.

Here is my error log cat.

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

12-19 00:08:48.240: W/ResourceType(10113): getEntry failing because entryIndex 13 is beyond type entryCount 5 Failure getting entry for 0x7f0b000d (t=10 e=13) in package 0 (error -2147483647)


回答1:


It's likely to do with how LocationServices is configured on your device.

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




回答2:


Does your ad show?

From Googles Mobile Ads page:

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.

https://developers.google.com/mobile-ads-sdk/kb/

I get this "error" as well but my ads are served and I can just ignore it until they patch it up.



来源:https://stackoverflow.com/questions/20665988/the-google-play-services-resources-were-not-found-error-using-admob

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!