我可以使用 gdata 作为移动日历吗
我想添加、删除、更新移动日历事件。我可以使用 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 google android api level 3
第 1 行中的
异常是java.lang.VerifyError: com.google.gdata.client.Service
使用 gdata 的原因是 https://stackoverflow.com/questions/2713652/android-problem-deleting-event-压延机
i want to add, delete, update mobile Calendar events. may i use gdata for it. if yes then my code is
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();
}
}
i am using gdata 1.41.1
and google android api level 3
exception in line number 1 is
java.lang.VerifyError: com.google.gdata.client.Service
reason of using gdata is
https://stackoverflow.com/questions/2713652/android-problem-deleting-event-in-calender
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
到目前为止,Android 还不支持 gdata。
http://code.google.com/p/android-gdata/
否g 数据库可用。
till now gdata not supported on android.
http://code.google.com/p/android-gdata/
no g data libraries available.
你可以使用 GoogleApiJavaClient
看看这里为什么:
http://code.google.com/p/gdata-java-client /wiki/MigrationToGoogleApiJavaClient
在此处查找更多资源
http://code.google.com/p/google-api-java-客户端/
you can you use GoogleApiJavaClient
see here why :
http://code.google.com/p/gdata-java-client/wiki/MigratingToGoogleApiJavaClient
look here for more resource
http://code.google.com/p/google-api-java-client/