반응형
안드로이드 빌드시 공간부족(Out of memory: Java heap space.)
에러 내용
Out of memory: Java heap space. Please assign more memory to Gradle in the project's gradle.properties file. For example, the following line, in the gradle.properties file, sets the maximum Java heap size to 1,024 MB:
해결 방법
android/gradle.properties 에서 org.gradle.jvmargs=-Xmx1024m 를 추가하면 해결됨
org.gradle.jvmargs=-Xmx1024m
반응형
LIST
댓글