gradle 编译OutOfMemoryError
异常:OutOfMemoryError: Java heap space gradle compiling android
或者gradle 编译慢
解决: gradle.properties 添加
org.gradle.daemon=true org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.parallel=true org.gradle.configureondemand=true
欢迎点评,共同学习,共同进步