shpongle2634 / react-native-kakao-links

React-Native Kakao Link Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resource linking failed

thaoth58 opened this issue · comments

Sorry for bothering,
When I build Android in release mode, it throws this:

 java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
  /Users/thaotruong/Desktop/MyScanShare-app/node_modules/react-native-kakao-links/android/build/intermediates/res/merged/release/values-v28/values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
  /Users/thaotruong/Desktop/MyScanShare-app/node_modules/react-native-kakao-links/android/build/intermediates/res/merged/release/values-v28/values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found.
  /Users/thaotruong/Desktop/MyScanShare-app/node_modules/react-native-kakao-links/android/build/intermediates/res/merged/release/values/values.xml:2752: error: resource android:attr/fontVariationSettings not found.
  /Users/thaotruong/Desktop/MyScanShare-app/node_modules/react-native-kakao-links/android/build/intermediates/res/merged/release/values/values.xml:2753: error: resource android:attr/ttcIndex not found.

Can you have a look, thank you.