ActionbarSherlock,运行时错误引发“Android项目库无法启动”

时间:2012-02-07 16:44:42

标签: android actionbarsherlock

我自己的项目使用:

<uses-sdk
        android:minSdkVersion="7"
        android:targetSdkVersion="13" />

要实施操作栏,我使用ActionBarSherlock库。我将 sherlock 库作为现有项目导入Eclipse。对于sherlock,目标平台是 Android v3.2 API 13

然后,我将 sherlock 作为库项目添加到我自己的项目中。我看到我自己的项目下有图书馆项目。一切似乎都很顺利。

但是,Eclipse中的项目图标上有一个红色感叹号。当我将项目作为Android应用程序运行时,Eclipse会弹出警告“ Android库项目无法启动。

我不知道哪里出错了,因为我在eclipse控制台上没有看到任何错误。

1 个答案:

答案 0 :(得分:3)

你需要取消选中框#34;是库&#34;在屏幕上,您将ActioonBarSherlock添加为库。

enter image description here