Cannot install ActionBarSherlock: I follow through the first 5 minutes of this video: http://youtu.be/4GJ6yY1lNNY

StackOverflow https://stackoverflow.com/questions/14513664

Question

Before I can even try to use ActionBarSherlock, I have errors in every project in the com.actionbarsherlock.widget package.

All of the errors seem to be of the type "Context cannot be resolved to a type" or "The method setOnClickListener(View.OnClickListener) in the type View is not applicable for the arguments (SuggestionsAdapter)"

I've spent hours trying this on projects, reading stackoverflow questions, reading faq's, and I hate Eclipse and ABS right now.

I'm sure that this is something simple and dumb.

Can anyone help?

Note: I can fix a lot of the errors by importing android.util.[TheNameOfWhateverTypeCan'tBeResolved], and that's what I did the first time around, but it didn't fix everything, and the project I tried to use ABS in didn't work. However, I haven't read of anyone else needing to do that, ergo I'm guessing that there is some other fundamental problem that I'm missing.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top