Target の次の設定でプロジェクトを作成しました。
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />
ただし、values-v11 と values-v14 では次のエラーが持続します。
エラー: 指定された名前 'android:Theme.Holo.Light' に一致するリソースが見つかりません
<resources>
<!--
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<!-- API 11 theme customizations can go here. -->
</style>
</resources>