lukasgit / flutter_contacts

A Flutter plugin to retrieve and manage contacts on Android and iOS devices. Maintainer: @lukasgit
https://pub.dartlang.org/packages/contacts_service
MIT License
204 stars 217 forks source link

App build failled caused by contact_service #337

Open ibrahimkelly opened 3 weeks ago

ibrahimkelly commented 3 weeks ago

`FAILURE: Build failed with an exception.

BUILD FAILED in 1m 25s Running Gradle task 'assembleRelease'... 87.6s Gradle task assembleRelease failed with exit code 1`

Maruqes commented 3 weeks ago

Same error im compiling for sdk 34

charlie-black commented 1 week ago

Also compiling for sdk 34... Getting the same error

Maruqes commented 1 week ago

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

ibrahimkelly commented 1 week ago

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.

ibrahimkelly commented 5 days ago

A pull request to address the issue has been created and is awaiting merge. error: resource android:attr/lStar not found. Resolved in -> #339