반응형
아래 코드는 gradle.properties에 적용.
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# 인터넷 찾아서 추가한 코드
org.gradle.daemon=true
# greadle을 다시실행하는 시간 줄여줌
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.multiDexEnable=true
반응형
'Programming > Android' 카테고리의 다른 글
안드로이드 스튜디오 메모리 할당 높이기 (0) | 2017.08.09 |
---|---|
빌드내역 프로파일링 (0) | 2017.08.09 |
libgdx 빌드 및 설정 관리 기록 (0) | 2017.08.09 |
레이아웃 디자인탭 한글패치 (0) | 2017.08.09 |
Android/Smali code || Byte code (0) | 2016.10.20 |