我正在编写一个连接到我的 Google 日历的 android 应用程序。我一直在使用 Google Sample and Docs 来正确使用这些类并导入正确的罐子。
当我在 Eclipse 中创建一个 Java 项目并尝试使用System.Out.print()
我的日历时,没有问题,并且我的 ID 和我的事件都显示出来了。当我为 android 应用程序(比如说)编写相同的代码时onCreate
,使用相同的 Jars Import,Eclipse 将 logCat 错误发回给我:
“找不到类 'com.google.gdata.client.calendar.CalendarService”
关于如何解决此问题的任何建议?