Attribute “barLength” has already been defined

前端 未结 4 1062
盖世英雄少女心
盖世英雄少女心 2021-01-17 12:20

I have just updated Material Design Support Lib to v23.0.1 and now, my code doesn\'t compile anymore.

Attribute \"barLength\" has already been defined
/Users         


        
4条回答
  •  无人共我
    2021-01-17 12:51

    Make sure you do not have any attribute named "barLength". In my case a custom ProgressWheel caused the issue, renamed attr name and problem resolved.

提交回复
热议问题