On Mar 13, 3:15 pm, Mark Murphy <[email protected]> wrote: > 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 = > > new URL("http://www.google.com/calendar/feeds/" + > > googleUser + > > "/private/full"); > > > CalendarService myService = > > new CalendarService("myCompany-exampleApp-1.0"); > > > This code compiles with no errors, using Eclipse on MacOS, using > > external jar files from the Google gdata project: > > gdata/java/lib/gdata-calendar-2.0.jar > > gdata/java/lib/gdata-calendar-meta-2.0.jar > > Did you copy these into your project's libs/ directory? >
No, I merely specified the path to the external jar in the Eclipse "Java build path" libraries dialog. This seemed to work for other projects I've developed. I look in my Eclipse project workspace and see assets, bin, gen, res, and src directories but no libs. Where should that directory appear? Thanks very much, Tom > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Android Training in US: 14-18 June 2010:http://bignerdranch.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

