avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 314 forks source link

Error in Apk building (android:attr/lStar not found) #210

Open QuantumLabsTz opened 3 weeks ago

QuantumLabsTz commented 3 weeks ago

Android resource linking failed ERROR: /Users/mackbook/Desktop/projects/project/build/uni_links3/intermediates/merged_res/release/values/values.xml:194: AAPT: error: resource android:attr/lStar not found.

DipakSkywave commented 2 weeks ago

Android resource linking failed ERROR: /Users/mackbook/Desktop/projects/project/build/uni_links3/intermediates/merged_res/release/values/values.xml:194: AAPT: error: resource android:attr/lStar not found.

Resolve this issue? because I am facing the same issue.

QuantumLabsTz commented 2 weeks ago

ive researched. and the main issue is to upgrade unilinks by developer using latest kotlin/gradle because it has a different code structure

DipakSkywave commented 2 weeks ago

ive researched. and the main issue is to upgrade unilinks by developer using latest kotlin/gradle because it has a different code structure

I have already used the updated Kotlin and Gradle version code, but I still have the same issue. Please share your code or if you used another library for the deep linking for the mobile app.

Thanks.