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

Broken Android builds with Flutter 3.24.0 #95

Closed
wrbl606 opened this issue Aug 14, 2024 · 3 comments · Fixed by #97
Closed

Broken Android builds with Flutter 3.24.0 #95

wrbl606 opened this issue Aug 14, 2024 · 3 comments · Fixed by #97

Comments

@wrbl606
Copy link

wrbl606 commented Aug 14, 2024

After an upgrade to Flutter 3.24.0 the Android variant of my application is no longer building, with an error:

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':flutter_fgbg:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
   > Android resource linking failed
     ERROR:[PROJECT_DIR]/build/flutter_fgbg/intermediates/merged_res/release/values/values.xml:194: AAPT: error: resource android:attr/lStar not found.

The source of the issue is likely the flutter_fgbg dependency -- the maintainers are aware of the issue, but haven't fixed it yet and it has been fixed already.

Any plans to mitigate the issue from your side?

@taham8875
Copy link

Same

@t-unit
Copy link
Contributor

t-unit commented Aug 20, 2024

The issue on flutter_fgbg seems to have been fixed. See ajinasokan/flutter_fgbg#21 (comment). So just and update of the dependency is required for this project.

@QuirijnGB
Copy link

@MichaelGHSeg Its not really fixed until #97 is merged

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 a pull request may close this issue.

5 participants