我想使用DrawerLayout
,Actionbarsherlock
但添加actionbarsherlock
库后出现错误。
在 Eclipse 布局预览窗口中的一种情况下,我收到错误消息:
The following classes could not be found:
- android.support.v4.widget.DrawerLayout
如果我将 android.support.v4 jar 添加为外部 jar,我会收到错误运行时
error inflating class android.support.v4.widget.DrawerLayout
如何Drawerlayout
与actionbarsherlock
库一起使用?