Android appcompat_v7错误

时间:2015-02-03 21:49:38

标签: java android compiler-errors android-appcompat

当我尝试开发API级别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级别19开发。这肯定不是这样的吗?

1 个答案:

答案 0 :(得分:0)

您可以在此主题中找到答案:

**appcompat-v7:21.0.0': No resource found that matches the given name: **

您将找到Android Studio和Eclipse的答案。