Skip to content

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

@vinsmain

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>

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