Re: [android-developers] NoClassDefFoundError for gdata CalendarService class

2010-03-13 Thread Mark Murphy
Tom wrote: > I'm writing an android 2.1 application that writes an entry to my > Google calendar. The relevant part of my application code looks like > this: > > void addCalendarEntry(String googleUser, String password) > throws Exception { > > URL postURL = >

[android-developers] NoClassDefFoundError for gdata CalendarService class

2010-03-13 Thread Tom
I'm writing an android 2.1 application that writes an entry to my Google calendar. The relevant part of my application code looks like this: void addCalendarEntry(String googleUser, String password) throws Exception { URL postURL = new URL("http