0

I am using Eclipse ADT and I'm attempting to find the latest Google Play Services library Google Play Services Library Revision 31, but this library does not appear on the Eclipse SDK folder; where can I find this library to download manually?

KENdi
  • 7,576
  • 2
  • 16
  • 31

1 Answers1

0

Maybe the problem is in using Eclipse. Are you aware that Eclicpse is no longer officially supported for Android Development. Using Eclipse may be preventing you to quickly creating apps and finding the necessary resources to build a project.

To migrate to the Android Studio from Eclipse just follow this tutorial from Google developers.

For your problem regarding the library that does not appear on eclipse sdk folder, try the solution in this SO question.

You will find them in <sdk>/extras/google/m2repository/com/google/android/gms, if you also updated Google Repository through the SDK Manager.

The individual libraries are in aar format, so you'll have to extract the jar yourself

Community
  • 1
  • 1
KENdi
  • 7,576
  • 2
  • 16
  • 31