2014-03-07 68 views
0

我想將Google雲端硬盤api集成到我的應用中。我按照this tutorial設置示例,並按照this link設置Google Play服務庫。問題是,當我鏈接谷歌播放服務庫,我的項目,我得到了這些問題:
無法在eclipse中爲Google雲端硬盤設置谷歌播放服務庫

這裏是我的細節: enter image description here

enter image description here enter image description here 有誰知道這些問題呢?

+0

您需要在'manifest.xml'文件的''標記下將'google_play_services'版本添加爲''標記 –

+0

@SimplePlan我已經添加了它。你可以看到我的形象。 – R4j

回答

1

在你Manifest.xml<application>標籤

<meta-data 
      android:name="com.google.android.gms.version" 
      android:value="@integer/google_play_services_version" /> 
+0

我已經添加了它。你可以看到我的形象。 – R4j

+0

@ R4j你有沒有嘗試清理和重建你的圖書館項目? –

+0

是的,很多時候,我甚至重啓eclipse,但仍然無法正常工作。 – R4j

0

中添加此標記有信息在這裏一點點:https://github.com/seanpjanson/140201-gdaa(見readme.txt文件,點4C)。您可能會發現一些有用的信息位。最簡單的HACK就是在你的清單中只粘貼來自「version.xml」的版本號(比如lib25的4132500)。

相關問題