我在哪里可以找到com.android.calendarcommon2

时间:2015-06-13 04:58:22

标签: android calendar

我有需要修改的android项目,但我无法构建它因为缺少其中一个依赖项。

import com.android.calendarcommon2.EventRecurrence;

我在project.properties库中找到了引用../CalendarCommon但我找不到那个库。

1 个答案:

答案 0 :(得分:0)

好吧,我确实找到了这个:https://android.googlesource.com/platform/frameworks/opt/calendar/+/06b3293d5af3454a39681cfd659271551354b8a0/src/com/android/calendarcommon2

我也在github上发现了这个:https://github.com/xdtianyu/android-4.2_r1/tree/master/frameworks/opt/calendar/tests/src/com/android/calendarcommon2

看起来这是一个实际的Android框架,你能更具体地说明你的问题吗?

我认为您应该删除项目中的bin文件夹,然后清理项目。 如果你的问题没有解决,可能是SDK文件的问题。您可以尝试重新安装Android SDK。