最新的ActionBarSharlock4.0不能使用fragment?
我知道ActionBarSharlock3.x中可以使用Fragment,因为它包含了官方的支持包。 但是如何使用ActionBarSharlock4.0中的Fragment或其他功能。
I know that it can used Fragment in ActionBarSharlock3.x,because It contain the support package of offical.
But how use Fragment or other feature in ActionBarSharlock4.0.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了库项目之外,您现在还必须包含“Plugin:Support Lib”.jar 文件,以便使用支持 Fragment 和 FragmentActivity 类。
您可以在此处找到它
In addition to the library project, you now have to include the "Plugin: Support Lib" .jar file, in order to use the support Fragment and FragmentActivity classes.
You will find it here