0

我正在尝试使用此类中的 CalenderService,但它在运行时给我“找不到类 'com.google.gdata.client.calendar.CalendarService'”错误,我已经导入了 gdata.client 库。已在 android 版本 2.0 和 4.0 上进行了测试,但仍然出现此错误。有什么建议么?

谢谢

4

2 回答 2

0

I guess you need to add support library so to do that, just Right click on your project from Project Explorer goto Android Tools -> Add Support Library. And clean your project after adding the libraries.

于 2012-06-27T11:25:12.367 回答
0

听起来您可能没有导出库。在 Project Properties 窗口中,Java Build Path 部分 - 确保在 Order / Export 选项卡上选中该库。

于 2012-06-27T12:19:55.727 回答