HistoryOfEverything icon indicating copy to clipboard operation
HistoryOfEverything copied to clipboard

Error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: No server to serve request.

Open notrandom34 opened this issue 6 years ago • 0 comments

This is the output of flutter run.

Launching lib/main.dart on ONEPLUS A3003 in debug mode...
Initializing gradle...                                              2.0s
Resolving dependencies...                                          36.2s
Error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: No server to serve request. Check logs for details.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mergeDebugResources'.
> Error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: No server to serve request. Check logs for details.

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

notrandom34 avatar May 20 '19 05:05 notrandom34