HoloEveryWhere + ActionBarSherlock + SlidingMenu错误

时间:2012-11-26 10:52:46

标签: android actionbarsherlock android-holo-everywhere

我下载了最新的HoloEveryWhere

然后Import from existing code --> library folder --> Properties --> isLibrary --> Ok

然后Import from existing code --> Demo folder --> Properties --> addLibrary --> Library

在演示中我有错误,请参阅图像

enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

尝试删除第二张图片中的导入,然后清理并重建。

import org.holoeverywhere.slidingmenu.R;
import org.holoeverywhere.slidingmenu.example; 
import org.holoeverywehre.slidingmenu.SlidingMenu; 

同时确保SlidingMenu库内部的SlidingFragmentActivity类扩展了SherlockFragmentActivity。有关详细信息,请查看以下链接。这是我在没有看到实际错误的情况下为getSupportActionBar()想到的唯一问题。

Editing SlidingMenu

编辑:

还可能值得检查您的项目是否引用了正确的库。右键单击包浏览器中的示例项目 - >属性,然后选择android并检查库部分中是否存在对SlidingMenu和ActionBarSherlock库的引用。