当我尝试为API level 19,21进行开发时,我得到了以下错误。
workspace/appcompat_v7/res/values-v21/styles_base.xml:75: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'.
workspace/appcompat_v7/res/values-v21/styles_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.CloseMode'.我在appcompat属性中的API级别设置为19。
有什么建议吗?
编辑:根据我看到的答案,似乎不可能为API level 19开发。这肯定不是这样的吧?
发布于 2015-02-04 06:03:09
你可以在这个帖子上找到答案:
**appcompat-v7:21.0.0': No resource found that matches the given name: **
你将会找到Android Studio和Eclipse的答案。
https://stackoverflow.com/questions/28309419
复制相似问题