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