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)

ここに画像の説明を挿入します

解決策:
実行:フラッタークリーン
ここに画像の説明を挿入します
OK!!!

おすすめ

転載: blog.csdn.net/Session_W/article/details/127881809