我想添加,删除,更新移动日历活动。我可以使用gdata吗?如果是,那么我的代码是
public void start() {
try {
CalendarService calService = new CalendarService("MyCalendarInter");\\ Line no 1
CalendarFeed resultFeed = calService.getFeed(new URL("content://calendar/calendars"),
CalendarFeed.class);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
我正在使用gdata 1.41.1 和谷歌android api 3级
第1行的例外是
java.lang.VerifyError:com.google.gdata.client.Service
使用gdata的原因是 https://stackoverflow.com/questions/2713652/android-problem-deleting-event-in-calender
答案 0 :(得分:0)
到目前为止,Android上不支持gdata。 http://code.google.com/p/android-gdata/
没有可用的数据库。
答案 1 :(得分:0)
您可以使用GoogleApiJavaClient吗? 看到这里原因: http://code.google.com/p/gdata-java-client/wiki/MigratingToGoogleApiJavaClient