无法在eclipse中为Google云端硬盘设置Google Play服务库

时间:2014-03-07 04:14:08

标签: android eclipse google-drive-api

我想在我的应用中集成Google Drive api。我按照this tutorial设置示例,然后this link设置Google Play服务库。问题是当我将Google Play服务库链接到我的项目时,我遇到了这些问题:

这是我的详细信息: enter image description here

enter image description here enter image description here 有谁知道这些问题?

2 个答案:

答案 0 :(得分:1)

在你Manifest.xml <application>标记

中添加此标记
 <meta-data
            android:name="com.google.android.gms.version"
            android:value="@integer/google_play_services_version" />

答案 1 :(得分:0)

这里有一些信息:https://github.com/seanpjanson/140201-gdaa(参见readme.txt,第4c点)。您可能会发现一些有用的信息位。最简单的HACK只是在清单中粘贴“version.xml”(如libver 14的4132500)中的版本号。