Problems Using ActionBarSherlock in Project

后端 未结 1 1951
不知归路
不知归路 2020-12-22 03:43

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 th

相关标签:
1条回答
  • 2020-12-22 04:29

    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.

    0 讨论(0)
提交回复
热议问题