我正在尝试在Android Studio中打开unifiedemail并进行编译。
我从这里得到了光源:https://android.googlesource.com/platform/packages/apps/UnifiedEmail/ 并将其导入Android Studio。
当我尝试编译时会出现一堆这样的错误:
unifiedemail/res/values/styles.xml:421: error: Error retrieving parent for item:
No resource found that matches the given name '@style/TextAppearance.AppCompat.Widget.ActionBar.Title'.
将appcompat-v7库jar添加到AndroidStudio项目没有帮助。
类似的问题似乎建议在gradle文件中添加依赖项,但项目没有这样的文件。 此项目的几乎完全相同的版本是CyanogenMod(https://github.com/CyanogenMod/android_packages_apps_UnifiedEmail)的一部分,因此我猜它以某种方式编译,但我不知道如何实现这一点。