karantanwar / unique_identifier

A flutter plugin for getting the unique serial number for android and identifierForVendor in ios
MIT License
9 stars 40 forks source link

release error #3

Closed nitneuq33 closed 1 year ago

nitneuq33 commented 4 years ago

This is the error when I tried to release... I have no error before last flutter 1.10 upgrade

Execution failed for task ':unique_identifier:verifyReleaseResources'.

java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed C:\Users\utilisateur\AndroidStudioProjects\ouiquit_app\build\unique_identifier\intermediates\res\merged\release\values\values.xml:236: error: resource android:attr/fontVariationSettings not found. C:\Users\utilisateur\AndroidStudioProjects\ouiquit_app\build\unique_identifier\intermediates\res\merged\release\values\values.xml:237: error: resource android:attr/ttcIndex not found. error: failed linking references.

thank you

ghost commented 4 years ago

Same issue occuring for me as well. Any solutions?

nitneuq33 commented 4 years ago

I change in build.gradle of the plugin the min version 27 to 28

Le ven. 5 juin 2020 à 09:09, sanjay-dev-19 notifications@github.com a écrit :

Same issue occuring for me as well. Any solutions?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/karantanwar/unique_identifier/issues/3#issuecomment-639300967, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGSYLS6MNN6GJ42SEOFRIQLRVCK4FANCNFSM4KD2QPOA .

ghost commented 4 years ago

Working Fine Now. Thank You @nitneuq33