简体   繁体   中英

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

I'm trying to set up Play Services for development. And I think I have installed all the necessary packages: 在此输入图像描述

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM