Flutter运行报错程序起不来解决办法

Flutter assets will be downloaded from https:// storage.flutter-io.cn.Make sure you trust this source!Launching lib\main.dart on XXXXXX  in debug mode. . .

FAILURE:Build failed with an exception.

* What went wrong:
Execution failed for task ' :app: packageDebug'.
> Sevaral variant outputs are configured to use the same file name "resources-debug.ap_", filters : SINGLE:SINGLE

* 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

BUILD FAILED in 32s
Exception: Gradle task assembleDebug failed with exit code 1Exited (sigterm)

在这里插入图片描述

解决办法:

运行 :flutter clean

在这里插入图片描述

OK!!!

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/a6da30074f.html