Where can I find google-play-services_lib.jar?

android, google-maps-android-api-2, java

Solution

Donwload it from the SDK Manager and then go to the folder "\sdk\extras\google\google_play_services\libproject\google-play-services_lib"

Problem

I was following this tutorial to achieve support for Google Maps V2 on Android. Unfortunately during second step I didn't select copy to workspace option and I deleted project with `\extras\google\google_play_services\libproject\google-play-services_lib` directory. After that I have noticed that I remove `google-play-services_lib.jar`, but it still was present in SDK. I have deleted Google Play Services and installed them again, but still there is no `google-play-services_lib.jar`. What should I do?

Original source

Related problems