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?
Asked
Active
Viewed 3.5k times
13

nervosol
- 1,295
- 3
- 24
- 46
-
5its a library project and you to reference the same. you need to follow http://developer.android.com/google/play-services/setup.html – Raghunandan Jan 13 '14 at 16:52
-
By "library project" he means "not a jar", you have to load it like a project, not a library. – Noumenon Dec 17 '14 at 10:23
2 Answers
10
Donwload it from the SDK Manager and then go to the folder "\sdk\extras\google\google_play_services\libproject\google-play-services_lib"

Alejandro Cumpa
- 2,118
- 1
- 24
- 45
-
Donwload it from the SDK Manager and then go to the folder "\sdk\extras\google\google_play_services\libproject\google-play-services_lib", copy this folder into your workspace. and use it in your project as reference library.Right click on project name properties=>Android=>Is Library section's Add button. – Mohini Jul 30 '15 at 12:00
-
-
41There is no sub-directory named `libproject` under **google_play_services** – IgorGanapolsky Jun 23 '16 at 16:43
-
1http://stackoverflow.com/questions/20982533/how-to-download-older-google-play-services – Henadzi Rabkin Aug 28 '16 at 14:29
0
Visit this site and download google play service https://code.google.com/p/google-api-java-client/wiki/APIs

Vahid
- 354
- 1
- 3
- 10
-
Is that the same as **google_play_services** lib? Seems like just the client libraries... – IgorGanapolsky Jun 23 '16 at 16:44