-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I'm using the latest version, with the commit: a2ebbf5
(it doesn't work with the previous version either)
When I execute the command ‘flutter build apk’, here is the error that comes back:
`FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':flutter_system_proxy:verifyReleaseResources'.
A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR: /Users/paulinefournier/Documents/App/kimea_app/build/flutter_system_proxy/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
BUILD FAILED in 40s
Running Gradle task 'assembleRelease'... 41,5s
Gradle task assembleRelease failed with exit code 1`
I really need to build an apk, not an appbundle in this case.
Is there anything you can do?
Thanks a lot!