Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error:(34) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'. #27

Closed
jhay143pee opened this issue Sep 1, 2016 · 5 comments

Comments

@jhay143pee
Copy link

jhay143pee commented Sep 1, 2016

compileSdkVersion 21
buildToolsVersion "21.1.2"
minSdkVersion 19
targetSdkVersion 21
versionCode 12
versionName "2.1"

Hello there,

I have a project , and i want to use it on SDK 21, is it possible? I really love this library, its so easy to use.

@nguyenhoanglam
Copy link
Owner

OK. I'll check your problem soon!

@andhie
Copy link

andhie commented Sep 4, 2016

it is because your version is too low.
Widget.Material.Button.Colored only appear on API 23 but you are compiling against API 21
https://developer.android.com/reference/android/R.style.html#Widget_Material_Button_Colored

@nguyenhoanglam
Copy link
Owner

@jhay143pee You should compile the library with API 23 as @andhie mentioned.
Version 1.1.1 is available now. Please check it out!

@jhay143pee
Copy link
Author

I would love too, but my project max is 21 only. If im going to upgrade it to 23, i will be having problems in HTTPPOSTREQUEST and need to migrate a lot of things.

Thanks anyway guys , i think ill just create my own library.

@Rainer-Lang
Copy link
Contributor

@nguyenhoanglam Close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants