简体   繁体   中英

Google play services resource not found

I am trying to put AdsMob on my application
as per https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals#play

But I am getting the Google play services resource not found in log cat I've configured the play services lib project.

I've used the following code to check play services available in device which is successful
int resultCode = GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext()); if (resultCode == ConnectionResult.SUCCESS){ Log.d("Success","device has play service"); }

Please check the screenshots lib项目设置的屏幕截图

错误日志的屏幕截图

This is not a problem you should be worried about.

Google answers this in their FAQ and states, "You can safely ignore this message. Your app will still fetch and serve banner ads"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM