虽然我试图继续在我的Android应用程序上工作,但我遇到了很多错误(已经解决了)。但是,我现在收到大约100个错误,所有错误都是
`error: Error: No resource found that matches the given name: attr 'ATTR NAME'`.
或
`error: Error retrieving parent for item: No resource found that matches the given name 'RESOURCE NAME'`.
(ATTR NAME = attr 'android:colorPrimaryDark', attr 'android:colorAccent'
等
RESOURCE NAME='android:Theme.Material.Light.Dialog','android:Theme.Material.Dialog'
等)
我几乎肯定这是项目构建目标错误,即使appcompat_v7
和我的项目的目标是API_LEVEL 21
。我还按照指示删除了/ lib文件夹中的任何重复的.jar文件。
非常感谢任何帮助,因为这个问题现在耗费了大约5-7个小时。
答案 0 :(得分:0)
检查您的支持库是否已与api级别一起更新,然后尝试清理项目。
确保您使用的是更新的支持库。