Reputation: 517
in my flutter app, i run it without any problem, but when building APK i get the following problem
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':flutter_windowmanager:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
> Android resource linking failed
ERROR:/Users/user/.../..../.../mesu_ahmed/build/flutter_windowmanager/intermediates/merged_res/release/values/values.xml:194: AAPT: error: resource android:attr/lStar not found.
how can i solve it without removing flutter window manager
Upvotes: 0
Views: 708
Reputation: 1
I found a solution : simply downgrade to flutter 3.22.2 and it will work
Upvotes: 0