我正在尝试使用Google移动添加SDK。
我在此处遵循了指南:https://developers.google.com/mobile-ads-sdk/docs/#play但在运行程序时出现了一些错误。
广告似乎有效,但我收到以下错误(每次广告加载时似乎发生了3次):
GooglePlayServicesUtil: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
我已导入google_play_services-lib但无法解决此问题。
如果我在不使用测试设备的情况下运行广告,我也会多次出现警告:
PicturePileLayerContent: Warning: painting PicturePile without content!
答案 0 :(得分:2)
从以下位置检查: https://developers.google.com/mobile-ads-sdk/kb/#resourcesnotfound
我一直收到错误'找不到Google Play服务资源。
检查您的项目配置以确保 资源包括在内。'您可以安全地忽略此消息。你的应用 仍然会抓取并投放横幅广告。
答案 1 :(得分:0)
您必须将google-play-services-lib添加为库项目。他们更新了sdk。有几个教程。对于Eclipse来说很简单:
右键点击项目 - >属性 - > Android
添加自由项目google play service lib。
有关更详细的演练