android-在我自己的项目中将ActionBarSherlock用作库
作者:互联网
我正在使用ActionBarSherlock在Android 2.1 API 7项目上实现操作栏. (使用Eclipse IDE)
为了使用sherlock,我将sherlock库作为Eclipse上的现有项目导入.然后,我将其作为库添加到我自己的项目中.
但是,在我自己的项目中,Eclipse的控制台向我显示了以下错误:
JakeWharton-ActionBarSherlock-436230d/library/res/values-v11/abs__styles.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo'.
JakeWharton-ActionBarSherlock-436230d/library/res/values-v11/abs__styles.xml:48: error: Error: No resource found that matches the given name: attr 'android:actionBarSize'.
JakeWharton-ActionBarSherlock-436230d/library/res/values-v11/abs__styles.xml:49: error: Error: No resource found that matches the given name: attr 'android:actionBarStyle'.
...
为什么??
(我已将Sherlock的目标SDK设置为Android 3.2.)
解决方法:
将目标SDK设置为Android 3.2(版本14)或更高版本.如果我没有记错的话,您想要的版本可以是Android 1.5(版本7?)以上的版本.
标签:actionbarsherlock,android 来源: https://codeday.me/bug/20191201/2083294.html