medyo / Fancybuttons

Icons, Borders, Radius ... for Android buttons
1.77k stars 397 forks source link

Could not find class 'android.graphics.drawable.RippleDrawable' #64

Closed meeftah closed 8 years ago

meeftah commented 8 years ago

I got an error: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method mehdi.sakout.fancybuttons.FancyButton.getRippleDrawable

even though my app running perfectly...

medyo commented 8 years ago

hi @meeftah,

what API Version do you use ?

meeftah commented 8 years ago

1.8.1

medyo commented 8 years ago

Hi @meeftah,

Sorry, I'm talking about the Android API Version

medyo commented 8 years ago

RippleDrawable was introduced in API 21, so make sure your project runs in this version or +