简体   繁体   中英

Android Studio import Google Play Services project refresh failed

currently I'm trying to import the Google Play Services for my Android project which is created using Android Studio. Now, I read the part where I should start from here and since this one is still using Eclipse I ended up in these steps. Now upon adding the Google Play Services on my app I receive an error saying:

Gradle 'MyApp' project refresh failed: Could not find com.google.android.gms:play-services:5.0.77. Required by: MyApp:myapp:unspecified

So I tried changing the versions on this line:

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

into:

compile 'com.google.android.gms:play-services:5.0.+',
compile 'com.google.android.gms:play-services:4+', 
compile 'com.google.android.gms:play-services:4.0.+',

so on but still getting the same error (only the version changes).

As for reference my Android Studio Version is currently @ 0.5.2 (I cant update yet) Grade ver 0.9.+.

And the screenshot of my installed packages in Android SDK Manager:

在此输入图像描述

Now I'm wondering where exactly my problem is. And additionally I don't want to download a JAR file of the Google Play Services to solve this. I want to stick on the official way for implementing this in Android Studio. :D

从SDKManager安装Google Repository 。如果找不到Google Repository ,请从“工具”部分更新SDK ToolsSDK Platform ToolsSDK Build Tools

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM