You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
After an upgrade to Flutter 3.24.0 the Android variant of my application is no longer building, with an error:
The source of the issue is likely the
flutter_fgbg
dependency -- the maintainers are aware of the issue,but haven't fixed it yetand it has been fixed already.Any plans to mitigate the issue from your side?
The text was updated successfully, but these errors were encountered: