gpt4 book ai didi

android - Lint 错误修复

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:02:11 24 4
gpt4 key购买 nike

我在 android studio 中遇到 lint 错误

Error:Execution failed for task ':app:lint'. Lint found errors in the project; aborting build. Fix the issues identified by lint, or add the following to your build script to proceed with errors:

android { lintOptions { abortOnError false } }

Information:BUILD FAILED Information:Total time: 7.288 secs Information:1 >error Information:0 warnings

构建失败 但它没有显示错误的确切位置,甚至 IDE(Android studio) 也没有在文件中显示任何错误标记。如何将 lint 错误重定向到源文件?

我不想跳过 lint 检查。

请帮帮我。

最佳答案

从命令行运行 gradlew lintDebug(或 gradlew lint[variantName] 用于不同的变体)。

这将在/app/build/outputs 生成完整的 lint 报告。我推荐 HTML 版本 (lint-results-debug.html)。您会在其中找到所有 Android lint 问题及其严重性。

或者,您可以转到 Android Studio 中的“分析”>“检查代码”以运行 lint。切换 View 以按严重性对它们进行分组 - 错误是阻止您构建的错误。

关于android - Lint 错误修复,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32891099/

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