我正在尝试为 Android 构建 Google 的开源日历应用程序(来源:https ://github.com/android/platform_packages_apps_calendar ),以便我可以稍微分离它的代码。当我将新克隆的项目导入 Eclipse 时,我得到了一堆____ cannot be resolved to a type
错误。仔细查看未解决的类型,根本原因似乎是:
The import com.android.common cannot be resolved
The import com.android.ex cannot be resolved
我一直在谷歌搜索,我似乎无法弄清楚发生了什么?我一定错过了一些图书馆?我已经安装了 Android SDK Manager 中的所有内容,甚至是可选库。我已经尝试清理和修复构建路径属性等。错误仍然存在。
有人知道我能做些什么来编译这个东西吗?