Skip to content

Fix remove package="com.jhomlala.better_player" from the source androidmanifest.xml Error #1392

Open
malawadgosi wants to merge 2 commits intojhomlala:masterfrom
malawadgosi:master
Open

Fix remove package="com.jhomlala.better_player" from the source androidmanifest.xml Error #1392
malawadgosi wants to merge 2 commits intojhomlala:masterfrom
malawadgosi:master

Conversation

@malawadgosi
Copy link
Copy Markdown

### [Fix] Remove package="com.jhomlala.better_player" from AndroidManifest.xml
Issue
The AndroidManifest.xml file in the better_player Flutter package contains package="com.jhomlala.better_player", which is an outdated way of defining the application package name. This causes build failures in recent versions of Flutter and Android projects.

Fix
Removed package="com.jhomlala.better_player" from AndroidManifest.xml.
Ensured that the manifest aligns with modern Android project structure, which inherits the package name from AndroidManifest.xml in the main app module.
Impact
Fixes the build issue preventing applications from compiling.
Ensures compatibility with the latest Flutter and Android build systems.
Testing
Successfully built and ran a sample Flutter project using better_player after applying the fix.
References
Flutter Android Manifest Documentation

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

Successfully merging this pull request may close these issues.

1 participant