achrefB3 / google-api-java-client

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

can't found com.google.common.base.Preconditions #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.2.1-alpha)?

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?

Describe the problem.
When run "HttpResponse response = request.execute();"
it said can't found com.google.common.base.Preconditions

How would you expect it to be fixed?

Original issue reported on code.google.com by zcmk...@gmail.com on 22 Feb 2011 at 1:17

GoogleCodeExporter commented 9 years ago
version is 1.3.1-alpha

Original comment by zcmk...@gmail.com on 22 Feb 2011 at 1:18

GoogleCodeExporter commented 9 years ago
Please make sure to add guava-r08.jar to your classpath.  This is a new 
dependency for version 1.3 of the library.  If you are developing an Android 
application, make sure you are using ProGuard to significantly eliminate most 
of the added bloat.

Thanks for the feedback!

Original comment by yan...@google.com on 22 Feb 2011 at 2:08

GoogleCodeExporter commented 9 years ago
where is guva-r08.jar,is it correct? the link is 404 not found

Original comment by zcmk...@gmail.com on 23 Feb 2011 at 3:00

GoogleCodeExporter commented 9 years ago
I found it .sorry for bother you

Original comment by zcmk...@gmail.com on 23 Feb 2011 at 7:17