Ahmed El Sayed
Ahmed El Sayed

Reputation: 517

Execution failed for task ':flutter_windowmanager:verifyReleaseResources'

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

Answers (2)

FAHAD T
FAHAD T

Reputation: 1

Please update or remove flutter_windowmanager package

Upvotes: 0

Mohamed Farouk
Mohamed Farouk

Reputation: 1

I found a solution : simply downgrade to flutter 3.22.2 and it will work

Upvotes: 0

Related Questions