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

[BUG] [GRADLE] Update AndroidManifest and remove package attribute #1374

Open
joaovictortinoco opened this issue Jan 20, 2025 · 0 comments
Open
Assignees
Labels
new issue New issue which has not been checked yet

Comments

@joaovictortinoco
Copy link

Describe the bug
The AndroidManifest from version 0.0.83 needs to remove the package attribute.

To Reproduce
Build the project using Gradle 8 (mine is `gradle-8.10.2)

Screenshots
`

  • What went wrong:
    Execution failed for task ':better_player:processReleaseManifest'.

A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction
Incorrect package="com.jhomlala.better_player" found in source AndroidManifest.xml: /home/vsts/.pub-cache/hosted/pub.dev/better_player-0.0.83/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.jhomlala.better_player" from the source AndroidManifest.xml: /home/vsts/.pub-cache/hosted/pub.dev/better_player-0.0.83/android/src/main/AndroidManifest.xml.
`

Better Player version

  • Version: 0.0.83

Additional context
Running on Azure Pipelines, JVM 17

@joaovictortinoco joaovictortinoco added the new issue New issue which has not been checked yet label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new issue New issue which has not been checked yet
Projects
None yet
Development

No branches or pull requests

2 participants