tony mak
unread,Sep 2, 2011, 8:23:15 PM9/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-api-java-client
The android example "calendar-v2-atom-android" is not reachable (dead
link). Please fix it.
Well, however , I download it before the link is dead and try to run
it.
I have already import all dependency by using maven and it compile
successfully. However, in run time , no class def found error occurs
when it comes to
private final List calendars = Lists.newArrayList();
private final HttpTransport transport =
AndroidHttp.newCompatibleTransport();
It seems that it can't find the class in library in runtime.
Would you like to tell me what should I do?
Thank You.