- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在尝试在我的 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/
我在这里四处寻找解决尝试使用 GCM 时的“NoClassDefFoundError”异常的方法,结果通常告诉我我错误地添加了 google-play-services_lib。 我从"file"->
我正在尝试使用 google play 服务创建一个位置感知的 android 应用程序,因为这似乎是执行此操作的新推荐方式。我已经使用我在 android 开发者网站上找到的教程来设置我的项目。它看
我正在尝试在我的 xamarin 表单应用程序上使用谷歌地图。我安装了 Google.forms.maps。通过该安装,我得到了以下软件包: 一旦我开始运行应用程序,这些 dl
我一直在尝试将googlePlayService库添加到我的Libgdx Game项目中,我遵循以下两个页面: http://www.badlogicgames.com/forum/viewtopic
我开发了一个使用 GoogleMap 的应用程序。我刚刚在 Eclipse 中更新了 Android 插件(使用 Android L 库),并重新导入了 GooglePlayService 库等。 因
问题 我有一个使用 Unity 制作的 Android 游戏的 alpha 版本。此游戏已与 Google Play 服务集成,这是使用 Play Games Plugin for Unity 完成的
我在解决这个问题大约 10 小时,我不知道我做错了什么.... 致命异常: E/AndroidRuntime: FATAL EXCEPTION: main Process: onl.deepsp
我正在尝试在我的 Android 应用程序中使用 Google 云端硬盘。现在我只想显示谷歌驱动器上的文件名。我使用本教程 https://developers.google.com/drive/qu
我正在尝试运行 GooglePlayServices 示例,但在 Auth 示例中,按下“问候我”按钮时出现以下错误: com.google.android.gms.auth.GoogleAuthEx
所以我正在尝试安装这个 package进入我的解决方案,我遇到了一个奇怪的错误,我似乎无法修复或找到解决方案。 Install failed. Rolling back... Install-Pack
在我使用 firebase、firebase-ui、谷歌地图等的应用程序中,它运行完美。 我想更新到每个库的最新版本并安装 Firebase Performance。 我得到的错误是: error:
我知道这个问题已经被问过很多次了,但我仍然无法解决这个问题。我尝试通过 xml 资源向我的应用程序添加横幅广告,但是当我从 xml View 切换到图形布局或清理我的项目时,我收到以下消息:“com.
使用旧的 Android 位置管理器,您可以使用以下方法检测是否为 GPS(以及类似的网络位置)启用了位置: LocationManager x = (LocationManager) getSyst
自从我添加了 Xamarin.GooglePlayServices.Maps 后,构建就遇到了问题。其他人最近有问题吗?相同的代码集适用于 macOS,但不适用于 Windows。 :/ Severi
所以我有一个跨平台项目(IOS和Android),我需要安装GooglePlayServices.Base NuGet我的 Android 项目的包,但在尝试时出现此错误: Package resto
考虑到我在 Xamarin.Android 项目中有一个 AdView: private AdView _bannerAd; 我通常这样初始化它: _bannerAd = new AdView(thi
我对新的 admob 有疑问。 这是我的代码,试图在我的主要 Activity 中创建和加载广告: private void createAndLoadAd(String adUnitID, Rela
我正在尝试使用 Google Play 服务库的某些功能,但我无法使其工作。我已将对 google play 服务库的引用添加到 list 文件(来自 Flash Builder)
这是我的 onReceive 函数: @Override public void onReceive(Context context, Intent intent) { ArrayLi
我知道有很多教程......,但是对于Eclipse(我不知道为什么谷歌不能为他们自己的工具提供教程)...... 让我们从头开始,我想为我的游戏添加计分板和成就。我正在使用 Android Stud
我是一名优秀的程序员,十分优秀!