本文介绍了导入Actionbarsherlock到Eclipse的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人能告诉我如何正确导入SherlockFragmentActivity.java和ActionBarSherlock文件夹的步骤是什么?我不完全知道如何做到这一点,我想,当越来越多的错误。
解决方案
- 提取ActionBarSherlock项目。
- 添加项目在Eclipse就像一个Android 4.0+的项目。
- 然后打开你的工作项目preferences和Android的部分包括德ActionBarSherlock项目作为库。
- 使用你从ActionBarSherlock项目所需要的。
您对本站有一个小教程:教程
Can someone tell me the steps on how to import the SherlockFragmentActivity.java and ActionBarSherlock folder correctly? I am not exactly sure how to do it and am getting many errors when trying.
解决方案
- Extract ActionBarSherlock project.
- Add the project in Eclipse like an android 4.0+ project.
- Then open you working project preferences and in Android section include de ActionBarSherlock project as library.
- Use what you need from ActionBarSherlock project.
You have a little tutorial on this site: tutorial
这篇关于导入Actionbarsherlock到Eclipse的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!