ActionBarSherlockを使用して、 Android 2.1API7プロジェクトにアクションバーを実装しています。(Eclipse IDEを使用)
sherlockを使用するために、Eclipseの既存のプロジェクトとしてsherlockライブラリをインポートしました。次に、自分のプロジェクトにライブラリとして追加しました。
ただし、私自身のプロジェクトでは、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に設定しました。)