ZieIony / Carbon

Material Design implementation for Android 4.0+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more.

Home Page:https://androidreclib.wordpress.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.NoSuchFieldException: No field mCursorDrawable in class Landroid/widget/Editor;

milinocean opened this issue · comments

Carbon: This feature is implemented using reflection. If you see this exception, something in your setup is not standard.

 - device: samsung SM-M307F, API 29
 - method: carbon.widget.EditText.setCursorColor(...)
 - cause: java.lang.NoSuchFieldException: No field mCursorDrawable in class Landroid/widget/Editor; (declaration of 'android.widget.Editor' appears in /system/framework/framework.jar!classes3.dex) at getDeclaredField(Class.java:-2)

java.lang.NoSuchFieldException: No field mCursorDrawable in class Landroid/widget/Editor; (declaration of 'android.widget.Editor' appears in /system/framework/framework.jar!classes3.dex)

Duplicate of #415 . Please update the library to get rid of this issue.