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
The text was updated successfully, but these errors were encountered:
zyj1078180197
changed the title
打包不了,提示 > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action > Android resource linking failedAAPT: error: resource android:attr/lStar not found.
打包不了,提示 > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action > Android resource linking failedAAPT: error: resource android:attr/lStar not found.调试环境可以正常使用
Oct 29, 2024
原生打包没有问题,flutter打包不行
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
What went wrong:
Execution failed for task ':package_info:verifyReleaseResources'.
A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR: E:\project\xxxxx\build\package_info\intermediates\merged_res\release\values\values.xml:194: AAPT: error: resource android:attr/lStar not found.
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
2: Task failed with an exception.
What went wrong:
Execution failed for task ':flutter_xupdate:verifyReleaseResources'.
A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR: E:\project\xxxxx\build\flutter_xupdate\intermediates\merged_res\release\values\values.xml:2635: AAPT: error: resource android:attr/lStar not found.
No description provided.
The text was updated successfully, but these errors were encountered: