You are missing some dependencies(jar) files for the gdata. Check out the documentation and you will find the link to those files.
Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Jun 29, 3:32 pm, kamiomar <[email protected]> wrote: > Dear, > > i am using Android API level 3. Using g-data 1.41.3 version. > i am using Calendar Sample. > my code is follows: > > try { > CalendarService service = new CalendarService("demo- > CalendarFeedDemo-1"); > service.setUserCredentials(userName, userPassword); > CalendarFeed resultFeed = service.getFeed(feedUrl, > CalendarFeed.class); > } catch (Exception e) { > // Invalid credentials > e.printStackTrace(); > } > > android application throwing exception on getFeed() method. The > exception is as follows: > > java.lang.VerifyError: > com.google.gdata.util.common.xml.parsing.SecureGenericXMLFactory > $SecureSAXParserFactory > > From different forum i concluded that g-data only provide me to > insert, delete and update Calendar. But i am facing problem that i > mention above. > > Is it possible to delete, insert and update Android Calendar and > Events? -- 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

