Я воспользую Flutter/dart с помощью vs code без андроид студио все нормально но у меня build (отладка) не получается ( хотя у всех коллеги получается ) исправить это нисмог.
в консоле отображается:
FAILURE: Build failed with an exception.
* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the User Manual chapter on the daemon at
https://docs.gradle.org/5.6.2/userguide/gradle_dae...
Process command line: D:\Android\OpenJDK\bin\java.exe -Xmx1536M -Dfile.encoding=windows-1252 -Duser.country=RU -Duser.language=ru -Duser.variant -cp C:\Users\?.?\.gradle\wrapper\dists\gradle-5.6.2-all\bae0qqr53skg6wwu7xol44unr\gradle-5.6.2\lib\gradle-launcher-5.6.2.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 5.6.2
Please read the following process output to find out more:
-----------------------
Error: Could not find or load main class org.gradle.launcher.daemon.bootstrap.GradleDaemon
* 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
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)