找不到与给定名称

找不到与给定名称

我知道许多其他人也遇到过类似的问题,我发现这些问题与我的问题非常相似:

Android Support Library v7: Error retrieving parent for item

error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ActionButton'

问题是我尝试了这些答案中提供的不同解决方案,例如将目标sdk更改为14或15,还清理并重建了项目。我正在使用intelij,但无法使以下错误消失:

检索项目的父项时出错:找不到与给定名称“ Widget.AppCompat.ActionButton”匹配的资源
检索项目父项时出错:找不到与给定名称“ Widget.AppCompat.Light.ActionButton”匹配的资源

还有其他可以尝试纠正这些错误的方法吗?任何建议表示赞赏

最佳答案

也许您没有在项目中包括支持库。

也看看这个问题Use AppCompat Library for ActionBar support

关于java - 找不到与给定名称匹配的资源,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/22290100/

10-09 20:46