Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Don't specify an Android app theme as that upsets the manifest merger #206

@koush

Description

@koush

Description

	Attribute application@theme value=(@style/ScryptedTheme) from AndroidManifest.xml:37:9-45
	is also present at [com.arthenica:mobile-ffmpeg-https:4.2.LTS] AndroidManifest.xml:17:9-40 value=(@style/AppTheme).
	Suggestion: add 'tools:replace="android:theme"' to <application> element at AndroidManifest.xml:31:5-95:19 to override.

Expected behavior
The library works out of the box.

Current behavior
The above build error.

Environment

  • Platform: Android
  • Architecture: All
  • Version 4.2 and 4.2.2
  • Android Studio version (if applicable) 3.4.2

Fix:

Just remove this line:
https://github.com/tanersener/mobile-ffmpeg/blob/master/android/app/src/main/AndroidManifest.xml#L6

Ideally the FFmpeg Library manifest should be empty.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions