gpt4 book ai didi

android - 单击 "Google play services which some of your applications rely on"对话框中的确定按钮时模拟器崩溃

转载 作者:搜寻专家 更新时间:2023-11-01 08:01:41 31 4
gpt4 key购买 nike

当我按下确定按钮时,我收到“您的某些应用程序依赖的 Google Play 服务...”崩溃。 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);
}

最佳答案

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

请引用官方文档http://developer.android.com/google/play-services/setup.html

关于android - 单击 "Google play services which some of your applications rely on"对话框中的确定按钮时模拟器崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20545145/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com