Android-Bootstrap
Android-Bootstrap copied to clipboard
Got this after Compile my App
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 ?
Please include a minimal code example which reproduces the issue.
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.