Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Play Services Jar files Java Docs and Sources

I am about to use the new Location api in the google-play-services.jar. I found the jar but now I want to set up the source and java doc for this jar. Does anybody know what the settings should be. Do I need to download it from somewhere or its already in the sdk when I downloaded google play services. thanks.

like image 368
Thupten Avatar asked Mar 23 '23 17:03

Thupten


1 Answers

Finally I got it worked. Here is what was need to be done. I had foolishly added the jar in libs folder of the google-play-services_lib project in Referenced Libraries. What I should have done was just edit google-play-services.jar.properties file to have path to the doc. This file is in libs folder.

I had to change the path

doc=C:/Users/thupten/adt-bundle-custom-indigo/sdk/extras/google/google_play_services/docs/reference

and then I had to remove the google play service jar from the Referenced libraries (by default its not there, I had foolishly added it).

like image 147
Thupten Avatar answered Apr 02 '23 04:04

Thupten