gpt4 book ai didi

android - 由于错误 2,GooglePlayServices 不可用

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:51:29 25 4
gpt4 key购买 nike

我正在尝试在我的 Android 应用程序中使用 Google 云端硬盘。现在我只想显示谷歌驱动器上的文件名。我使用本教程 https://developers.google.com/drive/quickstart-android 在我的应用程序中设置谷歌驱动器帐户,并使用此 https://developers.google.com/drive/v2/reference/files/list 检索文件列表。

为此,我必须创建一个异步任务:

private class getCloudContentTask extends AsyncTask<Void, Void, Void> {

protected void onPostExecute() {
updateList();
}

@Override
protected Void doInBackground(Void... arg0) {
cloudFiles = getCloudContent();
return null;
}
}

getCloudContent 基本上是教程中的 retrieveAllFiles 函数。

但是我总是收到一些警告和一个错误,并且文件不会显示。

01-09 19:39:31.347: W/dalvikvm(27926): VFY: unable to resolve static field 1488 (common_google_play_services_unknown_issue) in Lcom/google/android/gms/R$string;
01-09 19:39:31.347: D/dalvikvm(27926): VFY: replacing opcode 0x60 at 0x0004
01-09 19:39:31.446: W/GooglePlayServicesUtil(27926): Google Play services out of date. Requires 2012100 but found 1015
01-09 19:39:31.446: E/GoogleAuthUtil(27926): GooglePlayServices not available due to error 2
01-09 19:39:31.456: I/System.out(27926): An error occurred: com.google.api.client.googleapis.extensions.android.gms.auth.GooglePlayServicesAvailabilityIOException

我安装了最新的 Eclipse Juno 以及 Android SDK 和最新的 Google Play 服务。我使用模拟设备。 google-play-services.jar 在我项目的引用库中。还包括 google drive api v2,如所描述的教程中所述。

感谢任何帮助!

最佳答案

如错误消息所述,您的模拟图像上的 Google Play 服务版本不是最新的。尝试检查是否有更新的 Android 镜像可供您使用。

否则,只在物理设备而不是模拟器上运行应用会更容易。

关于android - 由于错误 2,GooglePlayServices 不可用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14245397/

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