.toolbar-background-md {
border-color: black;
background: black;
}
hello there , Im trying to build the ionic android app "ionic cordova run android --device", I have added graddle in project, jdk/android-sdk path in bashrSet file , Installed cordova packages , tried almost all related links of stackoveflow related to my error although result is same , I am unable to build apk
Error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: No server to serve request. Check logs for details.
:mergeDebugResources FAILED
FAILURE:
Build failed with an exception.
What went wrong:
Execution failed for task ':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.
Get more help at https://help.gradle.org
BUILD FAILED in 35s
14 actionable tasks: 1 executed, 13 up-to-date
(node:9030) UnhandledPromiseRejectionWarning: Error: /home/terse/Desktop/turtlebeans-frontend/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':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.
Get more help at https://help.gradle.org
BUILD FAILED in 35s
_