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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to