当前位置: 首页 > 知识库问答 >
问题:

错误:检索项目的父项时出错:没有找到与给定名称'android:主题相匹配的资源。DeviceDefault.光

史承福
2023-03-14

我在设置style.xml设置成另一种主题风格

但设置好后就会出现错误

error: Error retrieving parent for item: No resource found that matches the 
given name 'android:Theme.DeviceDefault.Light'.

这是我的密码

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="android:Theme.DeviceDefault.Light">   
</style>
</resources>

我也尝试过这个答案,但它给出了答案

[2016-03-08 18:15:53-com.FF_studio.device_flash_1]F:\rico\android\work\com.FF_studio.device_flash_1\res\value s-v14\styles.xml: 3:错误:错误检索项目的父项:没有找到匹配给定名称的资源'android:主题。DeviceDefault.[2016-03-08 18:15:53]FF_studio.device_flash_1][2016-03-08 18:34:15-com.FF_studio.device_flash_1]F:\rico\android\work\com.FF_studio.device_flash_1\res\value s-v14\styles.xml: 3:错误:错误检索项目的父项:没有找到匹配给定名称的资源'android: style/主题。DeviceDefault.[2016-03-08 18:34:15-com.FF_studio.device_flash_1]

共有1个答案

柯锋
2023-03-14

试试这个

parent="android:style/Theme.DeviceDefault.Light"
 类似资料: