我正在尝试将 HoloEveryWhere 与 ABS 一起使用。我从一个答案中遵循了这个小教程:导入 HoloEverywhere 时出错
最后一步说在我的清单中添加这个:
<application android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.HoloEverywhereDark.Sherlock">
我已经添加了主题,但它在 Eclipse 中给了我一个错误。
error: Error: No resource found that matches the given name (at 'theme' with value '@style/
Theme.HoloEverywhereDark.Sherlock').
我该如何解决这个问题?我肯定在我的应用程序中将 ABS 和 HE 作为库导入。我也将 ABS 作为库导入到 HE 中。想法?