Re: [android-developers] Cannot download play-services-common

2016-11-30 Thread Marina Cuello
I think (https://developers.google.com/android/guides/setup) you just need to add the "compile" clause to your build.gradle file to use the client. compile 'com.google.android.gms:play-services:10.0.1' On Wed, Nov 30, 2016 at 12:15 PM, Louis TREBUCHET wrote: > I am

[android-developers] Cannot download play-services-common

2016-11-30 Thread Louis TREBUCHET
I am using Android SDK tools and platform tool #25 and downloaded Google Play Services #38 The library play-services-common is not included in com\google\android\gms Where can I find/download it as I need to use GoogleApiClient class ? Thanks for your help -- You received this message because