Skip to content Skip to sidebar Skip to footer

Problems Using Actionbarsherlock In Project

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 anyth

Solution 1:

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/demos in IntelliJ IDEA, ensure you have Android Platform 4.0 defined, build.

Post a Comment for "Problems Using Actionbarsherlock In Project"