Версия Android студии версии 2,2 ОС: Windows 10 Java JRE/JDK версии: 1.8.0_51Android Studio Ошибка: Не удается запустить процесс демона
Error: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 guide
chapter on the daemon at
https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html Please
read the following process output to find out more:
----------------------- Error occurred during initialization of VM Could not reserve enough space for 1572864KB object heap
если -Xmx1024m не работает использовать -Xmx512m –
работал для меня. Благодаря! –