I get the following errors when I try to develop for API level 19, 21 works fine.
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'.
My API level in appcompat properties is set to 19.
Any suggestions?
edit: Given the answers I have seen it seems impossible to develop for API level 19. This surely cannot be the case?