Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "android:label" from the library's manifest #22

Open
gowong opened this issue Aug 4, 2017 · 1 comment
Open

Remove "android:label" from the library's manifest #22

gowong opened this issue Aug 4, 2017 · 1 comment
Assignees

Comments

@gowong
Copy link

gowong commented Aug 4, 2017

A library doesn't need an application label. Having one actually causes conflicts with the consumer application when merging the manifests.

Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute application@label value=(@string/all_appname) from AndroidManifest.xml:15:9-44
	is also present at [agency.tango.android:avatar-view-glide:0.0.2] AndroidManifest.xml:13:9-41 value=(@string/app_name).
	Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:10:5-58:19 to override.
@mzielu
Copy link
Contributor

mzielu commented Aug 4, 2017

@radzio #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants