Flutter Error: Gradle task assembleDebug failed with exit code 1

2023/01/02 23:46

Running "flutter pub get" in my_flutter_app...                     943ms
Launching lib\main.dart on M1852 in debug mode...

FAILURE: Build failed with an exception.

* What went wrong:
Could not receive a message from the daemon.

* 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
Running Gradle task 'assembleDebug'...
Running Gradle task 'assembleDebug'... Done                         5.6s
Exception: Gradle task assembleDebug failed with exit code 1
* 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.

Solution

Disable your windows hot spot.

Leave a Reply

Back to top