Android 打包失败,提示 Android resource linking failed

Execution failed for task ':react-native-photo-editor:verifyReleaseResources'.
> 1 exception was raised by workers:
  com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
  D:\xxxxxxxx\node_modules\react-native-photo-editor\android\build\intermediates\res\merged\release\values-v28\values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
  D:\xxxxxxxx\\node_modules\react-native-photo-editor\android\build\intermediates\res\merged\release\values-v28\values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found
  D:\xxxxxxxx\node_modules\react-native-photo-editor\android\build\intermediates\res\merged\release\values\values.xml:4646: error: resource android:attr/fontVariationSettings not found.
  D:\xxxxxxxx\JobMonitor_Mobile\node_modules\react-native-photo-editor\android\build\intermediates\res\merged\release\values\values.xml:4647: error: resource android:attr/ttcIndex not found.
  error: failed linking references.

 

这是因为项目SDK版本和插件项目版本不一致的问题导致

你可能感兴趣的:(Android 打包失败,提示 Android resource linking failed)