material-animated-switch icon indicating copy to clipboard operation
material-animated-switch copied to clipboard

Compile error caused by application delaration in library.

Open ajalt opened this issue 10 years ago • 0 comments

Attribute application@label value=(@string/launcher_name) from AndroidManifest.xml:20:9
    is also present at com.github.glomadrian:MaterialAnimatedSwitch:1.1:13:9 value=(@string/app_name)

This library declares an application element in its AndroidManifest. This element shouldn't be included in a library because it tries to override the client application's attributes.

ajalt avatar Jul 06 '15 19:07 ajalt