Alloco225
Alloco225

Reputation: 21

Flutter : Can't launch project though it worked perfectly a few minutes ago

So I was working on a flutter project and everything was fine, it ran perfectly on my device but there was a shortage and my computer rebooted, since then the project won't run.

Here's the error message:

FAILURE: Build failed with an exception.

BUILD FAILED in 34sGradle task assembleDebug failed with exit code 1 Exited (sigterm)

Screenshot

Upvotes: 0

Views: 490

Answers (1)

Vofch
Vofch

Reputation: 448

Go to the CLI of this project and run: flutter clean

This command line will clean all the corrupted files and may solve your problem!

Upvotes: 2

Related Questions