2015-05-02 45 views
0

我的版本是Android Studio中找不到com.google.android.gms:播放服務

<?xml version="1.0" encoding="utf-8"?> 
<resources> 
    <integer name="google_play_services_version">7327000</integer> 
</resources> 

所以,當我在dependices

compile 'com.google.android.gms:play-services:7.3.27' 

我一直得到它添加錯誤

錯誤:無法找到:com.google.android.gms:發揮服務:27年3月7日

<a href="openFile">Open File</a><br><a href="open.dependency.in.project.structure">Open in Project Structure dialog</a> 

我安裝了播放服務和回購。有人可以幫忙嗎?

enter image description here

回答

0

似乎工作後,我加入了+

compile 'com.google.android.gms:play-services:7.3.+' 
+1

在7.x.y系列,我在倉庫中看到的,僅僅是7.0.0和7.3.0。我不知道你從哪裏得到7.3.27的版本號。 – CommonsWare

+0

例如,http://www.apkmirror.com/uploads/page/4/?app=google-play-services。 – Stan

相關問題