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
You get errors because you already have android-support-v4.jar in the /libs/ directory of your project, but the ActionBarSherlock project already includes this library and so a conflict occurs.
To fix this delete android-support-v4.jar from your project then go to Project > Clean.