Importing Actionbarsherlock into eclipse

后端 未结 4 754
梦谈多话
梦谈多话 2020-12-30 16:38

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 ma

4条回答
  •  囚心锁ツ
    2020-12-30 17:11

    1. Extract ActionBarSherlock project.
    2. Add the project in Eclipse like an android 4.0+ project.
    3. Then open you working project preferences and in Android section include de ActionBarSherlock project as library.
    4. Use what you need from ActionBarSherlock project.

    You have a little tutorial on this site: tutorial

提交回复
热议问题