LANGUAGE/!$%!% ERROR NOTE 2016. 1. 11. 13:24

///// 에러

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 http://gradle.org/docs/1.9/userguide/gradle_daemon.html

Please read below process output to find out more:

-----------------------

Error occurred during initialization of VM

Could not reserve enough space for object heap

Error: Could not create the Java Virtual Machine.

Error: A fatal exception has occurred. Program will exit.



Consult IDE log for more details (Help | Show Log)




///// 문제


자바 또는 그레들 버전이 안 맞거나 


작업관리자에서 Java 프로세스가 많거나


메모리가 적거나




///// 해결


내 경우는 그레들 버전을 1.9에서 해당 소스를 빌드한 버전인 1.12로 낮췄다.


작업관리자에서 Java를 전부 종료시킨다.


메모리를 확보한다.