我正在尝试将AdsMob放在我的申请上 根据{{3}}
但是我收到了log cat中找不到的Google Play服务资源 我已经配置了play服务lib项目。
我已使用以下代码检查设备中可用的播放服务是否成功
int resultCode = GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext());
if (resultCode == ConnectionResult.SUCCESS){
Log.d("Success","device has play service");
}
请查看屏幕截图