Android Studio Google-play-services library

android, android-studio, google-play-services

Solution

In order to use that artifact, you need to install the "Google Repository" in the extras of the SDK manager, not "Google Play Services" as it sounds like you've done.

Problem

I need the google-play-services library and I am using Android Studio. - I installed the google-play-service library with the SDK manager - Added the dependencies to my build.gradle But when I sync my project it says: could not found com.google.android.gms:play-services:3.1.36 I thinks the 3.1.36 version is an old one and I dunno the right version. What should I do ?

Original source