gpt4 book ai didi

cordova - 如何使用 -Xlint :deprecation 运行cordova build

转载 作者:行者123 更新时间:2023-12-04 15:56:01 26 4
gpt4 key购买 nike

在构建我的插件时

cordova build

Cordova 报告我的插件正在使用弃用 API,有关更多信息,我应该
Recompile with -Xlint:deprecation for details.

但是我怎么能通过 -Xlint:弃用 作为cordova构建的参数?

最佳答案

我认为这是与 Android 构建相关的问题,您可以尝试禁用 Xlint:deprecation 标志,正如 post 中所述

  • 转到 $ANDROID_SDK_ROOT/tools/ant/main_rules.xml 文件并复制
    “编译”目标。
  • 在任务之前将其粘贴到 build.xml 文件中。
  • 然后将以下元素添加到任务中:<compilerarg value="-Xlint:deprecation"/>
  • 同样,您可以添加其他编译器选项,例如未检查的操作:<compilerarg value="-Xlint:unchecked"/>
  • 关于cordova - 如何使用 -Xlint :deprecation 运行cordova build,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33254888/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com