For some reason, I can’t get ActionBarSherlock to work. I think I have it set up correctly, but it doesn’t show up in intellisense when I try to import it or use it. Is there anything else I need to do, other than include it as a module??
Images:


Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to ensure that the dependencies are set properly, main application module needs to depend on the library module and there must be no duplicate dependencies on jars.
I’ve prepared a sample project using the demo provided for this library. Unzip, open
samples/demosin IntelliJ IDEA, ensure you have Android Platform 4.0 defined, build.