Android から提供されたサンプル プロジェクトの 1 つをデプロイすると、次のエラーが発生します: android api demos for api level 8 :
error: Error retrieving parent for item: No resource found that matches the given name 'android:style/Theme.Wallpaper'.
values/styles.xml の 43 行目
<style name="Theme.Wallpaper" parent="android:style/Theme.Wallpaper">
<item name="android:colorForeground">#fff</item>
</style>
私は1か月以上解決策を探してきました。プロジェクトの再構築、ソースコード全体の再ダウンロード、再構築とクリーニングを試みました。ヘルプ