Android Showcase View how to use?

后端 未结 5 950
迷失自我
迷失自我 2020-12-06 08:56

Well For Showcase View

\"enter

I using this:

https://github.com/amlcu

5条回答
  •  春和景丽
    2020-12-06 09:10

    The sample you use needs the ActionBarSherlock Library, you can read it in the instructions from the github page: "To use the sample download ActionBarSherlock and add it as a dependency to the library project. Use point 1 on the "Including in your project" instructions at the link."

    • download ActionBarSherlock and import it (only the library, you don't need the samples)
    • right click to your SampleActivity project and choose Properties
    • choose Android, click Add and include the ActionBarSherlock project

    Then the style errors will go away and R can be built.

提交回复
热议问题