Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

package sets application@label value #3

Closed
linguitang opened this issue Jan 20, 2019 · 1 comment
Closed

package sets application@label value #3

linguitang opened this issue Jan 20, 2019 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@linguitang
Copy link

i get the error

Attribute application@label value=(CC) from AndroidManifest.xml:26:9-27
	is also present at [com.arthenica:mobile-ffmpeg-https:4.2.LTS] AndroidManifest.xml:14:9-41 value=(@string/app_name).
	Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:24:5-47:19 to override.

when compiling when using the package. without the package everything compiles fine.

@tanersener tanersener self-assigned this Jan 20, 2019
@tanersener tanersener added the question Further information is requested label Jan 20, 2019
@tanersener
Copy link
Owner

You can fix it by adding tools:replace="android:label" under application.

<application
   ...
        tools:replace="android:label">

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants