error: Error retrieving parent for item: No resource found that matches the given name
'android:Widget.Material.ActionButton'.更新SDK包之后,新建工程多了个appcompat_v7,但是报错,报错在res资源文件values-v21文件夹的styles_base.xml文件中,错误项是
<style name="Base.Widget.AppCompat.ActionButton"
parent="android:Widget.Material.ActionButton">
</style>
说No resource found that matches the given name
'android:Widget.Material.ActionButton'
这是为什么啊,我7到21的包都有的
'android:Widget.Material.ActionButton'.更新SDK包之后,新建工程多了个appcompat_v7,但是报错,报错在res资源文件values-v21文件夹的styles_base.xml文件中,错误项是
<style name="Base.Widget.AppCompat.ActionButton"
parent="android:Widget.Material.ActionButton">
</style>
说No resource found that matches the given name
'android:Widget.Material.ActionButton'
这是为什么啊,我7到21的包都有的



