Java42 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

google-play-services.jar included in zip file download #666

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

https://developers.google.com/android/google-play-services/

https://google-api-client-libraries.appspot.com/download/library/plus/v1/java

https://google-api-java-client.googlecode.com/files/google-api-java-client-1.12.
0-beta.zip

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

Android 2.2 & higher

Please describe the feature requested.

google-api-client-android depends on google-play-services.jar so we should 
include it in the zip assembly both for google-api-java-client-<version>.zip 
and for the Google API-specific zip files.  It should also be listed in the 
descriptor.json file in the Google API-specific zip file.

Original issue reported on code.google.com by yan...@google.com on 27 Nov 2012 at 8:39

GoogleCodeExporter commented 9 years ago
This is not possible for both legal and technical reasons.  Android developers 
must get google-play-services.jar from the SDK Manager.

Original comment by yan...@google.com on 28 Nov 2012 at 1:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
How can I download com.google.api.services.drive.Drive packages...?

Original comment by avaiyaki...@gmail.com on 20 Mar 2013 at 10:08

GoogleCodeExporter commented 9 years ago
Avaiya,

Please visit 
https://code.google.com/p/google-api-java-client/wiki/APIs#Drive_API for 
information on adding the Drive library to your project.  For more information 
on the Drive API, visit https://developers.google.com/drive/.

In the future, for general questions on the library, please make use of either 
http://stackoverflow.com/ or 
https://groups.google.com/forum/?hl=en_US&fromgroups#!forum/google-api-java-clie
nt as described in the support page here: 
https://code.google.com/p/google-api-java-client/wiki/Support

Thank you.

Original comment by ngmic...@google.com on 20 Mar 2013 at 1:21

GoogleCodeExporter commented 9 years ago
The google-play-services_lib.jar which I am having has class called 
"com.google.android.gms.maps.model.MarkerOptions" but it doesn't have the 
method named 
flat(boolean) which is mentioned here
https://developers.google.com/maps/documentation/android/reference/com/google/an
droid/gms/maps/model/MarkerOptions#flat(boolean)

Original comment by shi...@gmail.com on 3 Dec 2013 at 3:50