ActionBarSherlock を使用して、私の Android 2.1 API 7 プロジェクトにアクションバーを実装しています。 (Eclipse IDEの場合)
sherlock を使用するために、Eclipseで既存のプロジェクトとしてsherlockライブラリをインポートしました。その後、自分のプロジェクトにライブラリとして追加しました。
However, in my own project, the Eclipse's console shows me the following error:
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'.
...
なぜ??
(ターゲットSDKをAndroid 3.2 for Sherlockに設定しました)