【发布时间】:2012-08-01 05:04:27
【问题描述】:
当我创建新项目时,我添加了 API 级别 14,我已经完成了我的应用程序,我想将 API 级别更改为 10,
我在资源中遇到错误-->values-v11--> style.xml
即error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
在资源中-->values-v14--> style.xml
即error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'.
我不明白这谁能解释一下
【问题讨论】:
标签: android