Missing google-play-services_lib under <sdk>/extras/google/google_play_services/libproject/

StackOverflow https://stackoverflow.com/questions/23392115

  •  12-07-2023
  •  | 
  •  

Вопрос

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?

Это было полезно?

Решение

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

Другие советы

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top