0

I am trying to implement SherlockActionbar. I downloaded the project from GitHub and imported the library as a Project and using Android 2.2 as the base SDK.

But the Project seems to have a lot of errors.

Guess i need to import some other library.

enter image description here

4

1 回答 1

3

您需要使用 Android 3.2 进行编译。该库需要访问 Honeycomb SDK 中的类,以便在 3.0+ 上运行时支持它

minSdkVersion尽管使用较新的 SDK 进行编译,您仍然可以通过将 设置为“8”来支持回到 Android 2.2 。

存储库(版本 3)中的每个示例都支持回 Android 1.6。查看他们的来源以获取更多信息和示例。

于 2012-02-16T16:23:01.460 回答