[2014-11-03 11:30:25 - AndroidApp] 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'. [2014-11-03 11:30:25 - AndroidApp] 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'.
To resolve this issue,
- Right Click on appcompat_v7 library and select Properties
- Now, Click on Android Option,
- Set Project Build Path as Android 5.0 (API level 21)
- Apply Changes.
- Now go to project.properties file under appcompat_v7 library,
- Set the project target as : target=android-21
- Now Clean + Build appcompat_v7 library and your projects