Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps API V2 google-play-services_lib.jar missing

I just imported an example of the google map api V2 for android to test. It's missing the google-play-services_lib.jar. I can't find this library. Where do I get it? enter image description here

like image 359
Fido Avatar asked Dec 11 '22 19:12

Fido


2 Answers

First check that your sdk contains Google Play Services installed or not.

For that you do the below steps

In Eclipse--->Window--->Android SDK MAnager--->Check Google Play Services installed in extras.

Then you add the google plays services jar by find that one at the below location

your-android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\libs

like image 139
TNR Avatar answered Dec 28 '22 06:12

TNR


If you do the above and it is still not working because it cant access the temp folder you can go to your SDK manager in your android sdk directory and run it as an administrator

like image 39
M090009 Avatar answered Dec 28 '22 08:12

M090009