Android 找不到Google play服务资源

Android 找不到Google play服务资源,android,Android,我正试图在我的应用程序中加入AdsMob 依照 但我得到的是log cat中找不到的Google play services资源 我已经配置了play services lib项目 我已使用以下代码检查设备中可用的播放服务是否成功 int-resultCode=GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext()); if(resultCode==ConnectionResult.SUCCESS)

我正试图在我的应用程序中加入AdsMob
依照

但我得到的是log cat中找不到的Google play services资源 我已经配置了play services lib项目

我已使用以下代码检查设备中可用的播放服务是否成功
int-resultCode=GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext());
if(resultCode==ConnectionResult.SUCCESS){
Log.d(“成功”,“设备有播放服务”);
}

请检查屏幕截图


这不是一个你应该担心的问题

谷歌在其声明中回答了这一问题,“你可以放心地忽略这条消息。你的应用程序仍将获取并提供横幅广告”

可能是重复的