模拟器在“Google Play服务,您的某些应用程序依赖”对话框中单击“确定”按钮时崩溃

时间:2013-12-12 13:42:07

标签: android dialog google-play-services

当我按下确定按钮时,我收到“您的某些应用程序依赖的Google播放服务......”崩溃。enter image description here

以下是我正在使用的代码:

    int status = GooglePlayServicesUtil.isGooglePlayServicesAvailable(this);

        try {
            if (status != ConnectionResult.SUCCESS) {
            GooglePlayServicesUtil.getErrorDialog(status, this, RQS_GooglePlayServices).show();
            }
        } catch (Exception e) {
            Log.e("Error: GooglePlayServiceUtil: ", "" + e);
        }

1 个答案:

答案 0 :(得分:4)

要在Android模拟器上使用GooglePlay服务,您需要具有AVD的Android模拟器,该模拟器运行基于Android 4.2.2(API级别> = 17)或更高级别的Google API平台。

请参阅此官方文件http://developer.android.com/google/play-services/setup.html