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 athttp://gradle.org/docs/1.10/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
노트북에서는 애러가 없었는데 데스크탑에서 애러발생..
앜 머지 ~
모든 프로젝트 종료 > Settings > Compiler > Gradle > VM Option 을 -Xmx512m 로 세팅
Settings > Gradle > Gradle VM Option 에 -Xmx512m 세팅
요거나
In Eclipse, go to windows -> preferences -> gradle->arguments. Find JVM Arguments choose from radio button "USE :" and write arguments -Xms128m -Xmx512m Then click button Apply
두개로 해결 ;;;
출처
http://shinyryu09.blogspot.kr/2014/05/gradle-error-unrecognized-jvm-option-is.html
http://stackoverflow.com/questions/20471311/android-studio-unable-to-start-the-daemon-process
':::: 개발 :::: > :::: 안드로이드 ::::' 카테고리의 다른 글
안드로이드 스튜디오 gradle 배포 빌드 간단히..( gradlew aR ) (0) | 2015.08.06 |
---|---|
안드로이드 스튜디오 풀화면 & no titlebar 오류.. (1) | 2015.04.08 |
node.js push 구현 정리.. (2) | 2015.03.24 |
안드로이드 스튜디오 앱스토어 apk 만들기 (keystore 관리방법) (0) | 2015.03.11 |
layout 에서 부분 화면 처리.. (레이아웃 인플레이션 ) (1) | 2015.03.10 |
NumberFormat Exception ...integer.parseInt (0) | 2014.10.02 |
안드로이드 화면 회전 액티비티 새로 읽는문제 (0) | 2014.06.18 |
GCM 푸쉬 라이브러리 추가하기 (0) | 2014.05.30 |