You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error mean that you have a 2 identical styleable attributes named strokeWidth. This library have one in https://github.com/timqi/SectorProgressView/blob/master/library/src/main/res/values/attrs.xml<attr name="strokeWidth" format="dimension" /> So you might have another dependencies with the same styleable attribute name or the same styleable attribute in your own attributes. It seems Google use this attribute name as well since support Library 28.0.0.
Message{kind=ERROR, text=error: resource previously defined here., sources=[.../.gradle/caches/transforms-1/files-1.1/design-28.0.0-rc02.aar/c0e582146b640b608cb722ba7d62d9bb/res/values/values.xml:20:5-50], original message=, tool name=Optional.of(AAPT)}
Google added this attribute in design-28.0.0-....
导入的时候提示跟系统v7的命名冲突
The text was updated successfully, but these errors were encountered: