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 <[email protected]> wrote: > 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 you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/android-developers. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/android-developers/291b1c21-01c3-4aed-b170- > ad7fc8f40e13%40googlegroups.com > <https://groups.google.com/d/msgid/android-developers/291b1c21-01c3-4aed-b170-ad7fc8f40e13%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CACaNmX3LeLUgkCE9FnPHP7Hp%2BNAFwKUOodz_MJWw-qhRj5gA7Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

