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

[Android] remove allowBackup property from AndroidManifest.xml #154

Closed
tanersener opened this issue Jun 18, 2019 · 3 comments
Closed

[Android] remove allowBackup property from AndroidManifest.xml #154

tanersener opened this issue Jun 18, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request fixed

Comments

@tanersener
Copy link
Owner

Remove allowBackup property from AndroidManifest.xml file to prevent the following error.

ERROR: Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:15:9-36
	is also present at [com.arthenica:mobile-ffmpeg-full:4.2.1] AndroidManifest.xml:12:9-35 value=(true).
	Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:14:5-29:19 to override.
@tanersener tanersener added the enhancement New feature or request label Jun 18, 2019
@tanersener tanersener self-assigned this Jun 18, 2019
@tanersener
Copy link
Owner Author

fixed in development

@johnml1135
Copy link

Is there a workaround for 4.2? I can add the following to my app, but then I show the ffmpeg logo rather than my logo:
Add xmlns:tools="http://schemas.android.com/tools" to manifest tag in AndroidManifest.xml and
tools:replace="android:icon" in application tag.

@tanersener
Copy link
Owner Author

AndroidManifest.xml file in v4.2 includes both icon and round icon attributes. Overriding both of them fixes the issue most of the time. If it doesn't then there should be another error message in your logs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request fixed
Projects
None yet
Development

No branches or pull requests

2 participants