在部署 android 给出的示例项目之一时出现以下错误: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>
一个多月来,我一直在寻找解决方案。我尝试过重建项目,再次下载整个源代码并重建和清理。帮助