zoukankan      html  css  js  c++  java
  • Flutter Build apk 错误(一)

    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.gradlecaches ransforms-2files-2.1a271e99b6771ad4a84318244d532fb7core-1.0.0 esvaluesvalues.xml:57:5-88:25: AAPT: error: resource android:attr/fontVariationSettings not found.

    D:android.gradlecaches ransforms-2files-2.1a271e99b6771ad4a84318244d532fb7core-1.0.0 esvaluesvalues.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插件更新到最新版本即可。

  • 相关阅读:
    开机自动挂载分区
    Wine安装
    ubuntu 将idea/vscode快捷方式加入到启动器中
    在Linux上安装Java
    httpclient
    shiro
    redis-随笔
    maven
    spring的aop
    spring事务知识梳理
  • 原文地址:https://www.cnblogs.com/ego/p/12324594.html
Copyright © 2011-2022 走看看