App build failled caused by contact_service
`FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':contacts_service:verifyReleaseResources'.
A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action Android resource linking failed ERROR:PATH\build\contacts_service\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 1m 25s Running Gradle task 'assembleRelease'... 87.6s Gradle task assembleRelease failed with exit code 1`
Same error im compiling for sdk 34
Also compiling for sdk 34... Getting the same error
Also compiling for sdk 34... Getting the same error
https://github.com/flutter/flutter/issues/153281#issuecomment-2292201697
This worked for me you can see i added this in my project https://github.com/Maruqes/myPhoneConnection/blob/main/myphoneconnection/android/build.gradle
let me know if it worked for you
Also compiling for sdk 34... Getting the same error
flutter/flutter#153281 (comment)
This worked for me you can see i added this in my project https://github.com/Maruqes/myPhoneConnection/blob/main/myphoneconnection/android/build.gradle
let me know if it worked for you
Going to try it, thanks in advance.
A pull request to address the issue has been created and is awaiting merge. error: resource android:attr/lStar not found. Resolved in -> #339
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.