Skip to content

error: duplicate value for resource 'attr/number' with config ''. #1

Description

@vinsmain

Hello
Thank you for the excellent library.
Faced a problem when switching to androidX:

Android resource compilation failed
MyProject \ app \ build \ intermediates \ incremental \ mergeDebugResources \ merged.dir \ values ​​\ values.xml: 6203: error: duplicate value for resource 'attr / number' with config ''.

Debuger points here:

<declare-styleable name = "DiceView"> <attr format = "color | reference" name = "pointColor" /> <attr format = "color | reference" name = "borderColor" /> <attr format = "color | reference "name =" bgColor "/> <attr name =" number ">
         <flag name = "one" value = "1" />
         <flag name = "two" value = "2" />
         <flag name = "three" value = "3" />
         <flag name = "four" value = "4" />
         <flag name = "five" value = "5" />
         <flag name = "six" value = "6" />
     </ attr> </ declare-styleable>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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