shpongle2634 / react-native-kakao-links

React-Native Kakao Link Module
MIT License
28 stars 21 forks source link

Resource linking failed #8

Closed thaoth58 closed 4 years ago

thaoth58 commented 5 years ago

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.