Android-Bootstrap icon indicating copy to clipboard operation
Android-Bootstrap copied to clipboard

Got this after Compile my App

Open saschaheim opened this issue 9 years ago • 2 comments

Error:(2661) Attribute "checked" has already been defined !

I cannot use this with the 1gravity/Android-RTEditor library here on github

How i can solve this ?

saschaheim avatar Aug 13 '16 14:08 saschaheim

Please include a minimal code example which reproduces the issue.

jamie-beardedhen avatar Aug 15 '16 08:08 jamie-beardedhen

This is due to BootstrapButton defining a custom attribute named "checked", which must also be defined in the 1gravity/Android-RTEditor library.

As fixing this requires a breaking change to the API, I'm leaving this issue until the next major release (whenever that is). For a workaround you could fork the project and rename the attribute as needed.

jamie-beardedhen avatar Dec 10 '16 16:12 jamie-beardedhen