android - No resource found that matches the given name [Eclipse] -
i'm trying fix couple errors i'm getting when trying create new android application project in eclipse.
the following errors occur:
[2016-11-17 15:22:52 - chatter] c:\users\chris\appdata\local\android\sdk\extras\android\support\v7\appcompat\res\values-v23\styles_base.xml:20: error: error retrieving parent item: no resource found matches given name 'android:widget.material.button.colored'. [2016-11-17 15:22:48 - chatter] [2016-11-17 15:22:48 - chatter] c:\users\chris\appdata\local\android\sdk\extras\android\support\v7\appcompat\res\values-v23\styles_base_text.xml:19: error: error retrieving parent item: no resource found matches given name 'android:textappearance.material.widget.button.inverse'. [2016-11-17 15:22:48 - chatter]
i have tried following things:
- imported
android-support-v7-appcompat
project. created reference. - changed
project.properties > target
android-19
android-21
my project setup:
- minimum required sdk:
api 14
- target sdk:
api 21
- compile with:
api 21
- blank activity - default names everything.
Comments
Post a Comment