我使用Android Studio
爲我加入谷歌遊戲服務依賴於top level
gradle這個如下片段整合GCM到項目代碼:無法找到:com.google.android.gms:發揮服務-GCM:8.3.0
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.google.gms:google-services:1.5.0-beta2' //this one
}
但我得到的錯誤Failed to find: com.google.android.gms:play-services-gcm:8.3.0
和Failed to find: com.google.android.gms:play-services-measurement:8.3.0
。我已經從SDK管理器更新了Goole Play服務並同步了項目。
我在頂層加的gradle也apply plugin: 'com.google.gms.google-services'
但其仍表現出同樣的錯誤
加上'應用插件:「com.google.gms.google服務''在項目級gradle –
我也這樣做了 – Pankaj
,你是否將任何播放服務庫添加到您的項目? – Sree