Chamaeleon (Your Material Textfield)

great extension @hammerhai !
I was just trying the new version, but unfortunately, i didn’t get it working :sweat: It always throws this error:

java.lang.NoSuchMethodError: No virtual method setTextCursorDrawable(Landroid/graphics/drawable/Drawable;)V in class Landroid/support/design/widget/TextInputEditText; or its super classes (declaration of 'android.support.design.widget.TextInputEditText appears in base.apk)

My blocks for testing are:


However, this error is quite clear, setTextCursorDrawable method was added in api 29 ( In the textView class ).Mine is 24 ( Android 7.0 Nougat ) :sweat_smile:

2 Likes