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
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Error:Attribute "text" has already been defined
Error:Attribute "textColor" has already been defined
Error:Attribute "textSize" has already been defined
The text was updated successfully, but these errors were encountered:
The problem is that Android build system doesn't take care about attribute names that are conflicting with other libraries, and there's no way to tell the system to avoid this situation for now.
It's quite messy but the only way to fix this problem that we need to rename our attribute names adding some prefix looks like "lvt_".
Hi, when I try to use this library I get the following error while building:
C:\Users\Robby\Git repositories\Immozo\app\build\intermediates\exploded-aar\com.mcxiaoke.viewpagerindicator\library\2.4.1\res\values\values.xml
Error:Attribute "text" has already been defined
Error:Attribute "textColor" has already been defined
Error:Attribute "textSize" has already been defined
The text was updated successfully, but these errors were encountered: