After i updated the zoom sdk to latest version i started to get this error the folder, error shows
first one
<declare-styleable name="SmoothCheckBox">
<attr format="integer" name="duration"/>
<attr format="dimension" name="stroke_width"/>
<attr format="color" name="color_tick"/>
<attr format="color" name="color_checked"/>
<attr format="color" name="color_unchecked"/>
<attr format="color" name="color_unchecked_stroke"/>
</declare-styleable>
and the second
<declare-styleable name="RoundLayoutAttr">
<attr name="round_corner_v2"/>
<attr format="color|reference" name="stroke_color"/>
<attr format="integer|dimension" name="stroke_width"/>
</declare-styleable>
one of the folders belongs to zoom and the other to 'com.droidninja:filepicker:2.2.5' this libray i think its because of the name of the variables stroke_width are the same but doesn't let me change variable name even i changed it, it goes back the same name after build failed.