本文介绍了不支持不必要地替换不存在的任务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

AILURE:构建因异常而失败.

AILURE: Build failed with an exception.

  • 其中:初始化脚本'C:\ Users \ User \ AppData \ Local \ Temp \ Console_main __.gradle'行:18

  • Where:Initialization script 'C:\Users\User\AppData\Local\Temp\Console_main__.gradle' line: 18

出了什么问题:配置根项目"demo"时出现问题.

What went wrong:A problem occurred configuring root project 'demo'.

  • 尝试:使用--stacktrace选项运行以获取堆栈跟踪.使用--info或--debug选项运行,以获取更多日志输出.与--scan一起运行以获得完整的见解.

  • 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.

    https://help.gradle.org

    在236毫秒内失败10:32:59 PM:任务执行已完成'Console.main()'.

    BUILD FAILED in 236ms10:32:59 PM: Task execution finished 'Console.main()'.

    推荐答案

    清除缓存,然后再次启动应用程序.最近升级gradle时可能会发生这种情况.如果您了解intellij的想法,请选择文件->使缓存无效并重新启动.

    Clear the cache and start the app again. This might happen when you recently upgraded gradle.If you are on intellij idea then choose file -> invalidate cache and restart.

    如果您正在使用gradle,请删除.gradle文件夹,然后再次运行gradle.

    If you are using gradle then delete your .gradle folder and run gradle again.

    这篇关于不支持不必要地替换不存在的任务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

  • 07-30 06:31