Q: NewProject 를 실행해도 아래와 같은 오류 메시지가 떠요.
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 http://gradle.org/docs/2.2.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 object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
A: 아래와 같이 Settings > Build, Execution, Deployment > Build Tools > Gradle 메뉴에서 Gradle VM options 란에 -Xmx512m 이라고 입력해요. Java Heap Size 를 확장시키는 옵션이에요.
'TROUBLE SHOOTING' 카테고리의 다른 글
[ASP] 403 - 사용 권한 없음: 액세스가 거부되었습니다. (0) | 2015.10.08 |
---|---|
[ASP] 시간 제한이 만료되었습니다. (0) | 2015.09.24 |
[JAVASCRIPT] 웹 페이지를 다시 표시하려면 웹 브라우저에서... (0) | 2015.07.03 |
Failed to complete Gradle execution. (0) | 2015.05.13 |
Intel 폴더 / Temp 폴더 (0) | 2015.03.19 |