iamrvpatel / google-api-java-client

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

NoClassFound #921

Open GoogleCodeExporter opened 9 years ago

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

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

Describe the problem.
hi all
I tried to use Google Calendar API 3 but error in code without any reasons so 
this is my code I hope you help me.
and if I use  Google Calendar API 2 also error in 
link("http://www.google.com/calendar/feeds/default/allcalendars/full")

errors happened here " NoClassFound" Please Help me
    //final HttpTransport transport = AndroidHttp.newCompatibleTransport();
    /*final JacksonFactory jsonFactory = new JacksonFactory();

How would you expect it to be fixed?

Original issue reported on code.google.com by rababa...@gmail.com on 11 Dec 2014 at 6:50

GoogleCodeExporter commented 9 years ago
NoClassFound error could be due to various reasons, e.g., you didn't have the 
required dependencies, you didn't import required packages.

Can you please fill in more information, e.g. your gradle config assuming you 
are working on an Android app, a full stack trace of the exception, and such?

Original comment by wonder...@google.com on 29 Dec 2014 at 3:25