jamesnguyenhub / mkloader

Beautiful and smooth custom loading views
Apache License 2.0
1.38k stars 166 forks source link

No Resource Found Error #6

Open frhnfrq opened 7 years ago

frhnfrq commented 7 years ago

Hello, I added this library in the dependencies, after building the gradle, it gives the following errors. Can you give me a solution?

Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.

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

My compileSdkVersion and buildToolsVersion both are set to 23.

jamesnguyenhub commented 7 years ago

Hi @Neetras, What support library version are you using? You can follow this issue to solve it.

frhnfrq commented 7 years ago

My support library version is also 23. I created another project and added this library and it gave me the same error