I’ve been trying to create a new project using the files provided at ActionBarSherlock. Here is what I did, step by step:
- Create new Android Project
- Create Project from Existing Source
- Locate the /library folder in the ActionBarSherlock directory
- Choose 4.03 as SDK target.
- Finish!
- Add android-support-v4 as Library
Now this imported the project as expected but with roughly 256 errors. Below you’ll see a screendump of some of them. What is going on ?

Go to your
project properties(right click on your project) >Java Compilerand switch the compliance level from 1.5 to 1.6. I struggled quite a few hours with this as well..