Question

I'm trying to set up Play Services for development. And I think I have installed all the necessary packages: enter image description here

But at my <sdk>/extras/google/google_play_services/libproject/ there's nothing named as google-play-services-lib

   ~/android-sdk-linux/extras/google/google_play_services/libproject$ ls -Ra.:
   .  ..  maps.jar

(There's simple no such directory as google-play-services_lib as indicated by the guide http://developer.android.com/google/play-services/setup.html... So am I missing something?

Was it helpful?

Solution

I end up getting a copy from others, putting it under the path. And now it works fine. (Still, just a workaround.

OTHER TIPS

You'll find them in /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, if that's what you're after.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top