Closed meeftah closed 8 years ago
I got an error: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method mehdi.sakout.fancybuttons.FancyButton.getRippleDrawable
Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method mehdi.sakout.fancybuttons.FancyButton.getRippleDrawable
even though my app running perfectly...
hi @meeftah,
what API Version do you use ?
1.8.1
Hi @meeftah,
Sorry, I'm talking about the Android API Version
RippleDrawable was introduced in API 21, so make sure your project runs in this version or +
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...