我想將Google雲端硬盤api集成到我的應用中。我按照this tutorial設置示例,並按照this link設置Google Play服務庫。問題是,當我鏈接谷歌播放服務庫,我的項目,我得到了這些問題:
無法在eclipse中爲Google雲端硬盤設置谷歌播放服務庫
@integer/google_play_services_version
沒有找到。我搜索並嘗試了很多方法,但沒有幫助(例如,Adding Google Play services version to your app's manifest?和Google Play Services Library update and missing symbol @integer/google_play_services_version)。然後我發現在原來的谷歌播放庫沒有version.xml
,儘管我更新了Android SDK Manager中的最新庫。- 無法導入我的雲端硬盤示例項目中的任何雲端硬盤包。它看起來像這樣:
The import com.google.android.gms.common.api cannot be resolved
這裏是我的細節:
有誰知道這些問題呢?
您需要在'manifest.xml'文件的''標記下將'google_play_services'版本添加爲''標記 –
@SimplePlan我已經添加了它。你可以看到我的形象。 – R4j