Skip to content

Material 1.13.0: NoSuchFieldError: editTextStyle #38

@sham0688

Description

@sham0688

After update com.google.android.material:material from 1.12.0 to 1.13.0 my app crashed:

FATAL EXCEPTION: main
Caused by: java.lang.NoSuchFieldError: No field editTextStyle of type I in
	at com.santalu.maskara.widget.MaskEditText.<init>(MaskEditText.kt:22)

where MaskEditText.kt:22:

18    @SuppressLint("Recycle")
19    class MaskEditText @JvmOverloads constructor(
20        context: Context,
21        attrs: AttributeSet? = null,
22 ->      defStyleAttr: Int = com.google.android.material.R.attr.editTextStyle
23    ) : TextInputEditText(context, attrs, defStyleAttr) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions