FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':shared_preferences:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> Android resource linking failed
D:\android\.gradle\caches\transforms-2\files-2.1\0a271e99b6771ad4a84318244d532fb7\core-1.0.0\res\values\values.xml:57:5-88:25: AAPT: error: resource android:attr/fontVariationSettings not found.

D:\android\.gradle\caches\transforms-2\files-2.1\0a271e99b6771ad4a84318244d532fb7\core-1.0.0\res\values\values.xml:57:5-88:25: AAPT: error: resource android:attr/ttcIndex not found.


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

 


注意红字部分,这是第三方插件。

错误原因是没有用最新版本,把shared_preferences插件更新到最新版本即可。

 

相关文章:

  • 2022-12-23
  • 2021-11-23
  • 2022-01-17
  • 2021-07-10
  • 2021-10-17
猜你喜欢
  • 2021-04-12
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-01-16
  • 2021-06-06
  • 2021-10-23
相关资源
相似解决方案