Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Build failed due to attr values error #107

@shahimclt

Description

@shahimclt

I am getting the following error when trying to include the library:

Error:(762) Attribute "ms_errorColor" already defined with incompatible format.
Error:(687) Original attribute defined here.

The first line is pointing to this:

<declare-styleable name="StepperLayout"> ..... <attr format="color|reference" name="ms_errorColor"/>

And the second line to this:

<declare-styleable name="MaterialSpinner"> .... <attr format="color" name="ms_errorColor"/>

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