I have implemented the ActionBarSherlock by creating two different project, library project and my own android project. Now i am thinking to put library project in my app libs directory and attach this project to my app. Is this logically possible ? If yes, please guide me how can i do this and Is this a good way to put the library project in libs folder?
I have implemented the ActionBarSherlock by creating two different project, library project and my
Share
Not at this time. Your library project would be added as an library project to your main application project.