Friday 18 January 2013

How to add ActionBarSherlock Library to your Android Application Project


Step 1 :   Download the ActionBarSherlock (ABS) Library from the website        
               http://actionbarsherlock.com/

Step 2 : You will get that library in the ".zip / .tar" format. After Downloading that ABS library extract it.


Step 3 : Now Import that ABS library as a project in your eclipse. Below Screenshot demonstrates how to
             import project to your eclipse.













Step 4 : Now Open your Project,Make "Right Click" on Project Node, a list of options will open and you will find "Properties" at the bottom of the options. Select it and continue with the screen flow.








Now, you are ready to access ActionBarSherlock Library Features in your Android Application Project.




4 comments:

  1. Thank you for your kind information about action sherlok....its works fine for me....

    ReplyDelete
  2. This seemed to work all the way until the end. But then after I press Ok on the properties form the green check turns to a red X and I don't have access to the Library.

    ReplyDelete
    Replies
    1. Hi joe, Make sure your android-support-v4 jar file in your android project. should be same as in actionbarsherlock library.

      Delete