ActionBarSherlock支持v4?

时间:2014-11-27 16:02:32

标签: android actionbarsherlock

我正在尝试在我的项目中使用ActionBarSherlock。我删除了我的项目的android-support-v4并添加actionbarsherlock就像一个库,但是当我尝试使用android-support-v4来创建DrawerLayout或者ActionBarDrawerToggle不起作用时因为没有找到android-support- v4并且不导入包。

我该如何解决?

enter image description here

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:1)

这是添加此库的更好方法:转到项目属性 - > android,在“库”区域中单击“添加”,然后选择actionbarsherlock项目。

好看的