emran396 / google-api-java-client

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

NoSuchMethodError com.google.api.client.util.Lists.newArrayList #767

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.5.0-beta)?
1.14.1-beta

Java environment (e.g. Java 6, Android 2.3, App Engine)?
App Engine SDK 1.7.2

Describe the problem.
When deployed I see this error. Works fine on local dev version.
I have added google-http-client-1.14.1-beta.jar (and other dependencies) to the 
lib folder and added to build path.

java.lang.NoSuchMethodError: 
com.google.api.client.util.Lists.newArrayList(Ljava/lang/Iterable;)Ljava/util/Ar
rayList;

How would you expect it to be fixed?

Original issue reported on code.google.com by dam...@aeromac.com on 10 Apr 2013 at 1:44

GoogleCodeExporter commented 9 years ago
I was unable to reproduce this error. Unfortunately, this sounds like a problem 
with your specific application as opposed to a bug in the library.

For additional support, please feel free to post your question on 
stackoverflow.com using the tag [google-api-java-client]. More information on 
support for the library can be found here: 
https://code.google.com/p/google-api-java-client/wiki/Support

Original comment by ngmic...@google.com on 7 May 2013 at 3:42