android Studio 采用Grale編譯錯(cuò)誤處理
android Studio 采用Grale編譯,項(xiàng)目比較多出現(xiàn)了
Error:java.lang.OutOfMemoryError: 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
根據(jù)提示找到項(xiàng)目中的gradle.properties?
將這行取消注釋 或者添加上
org.gradle.jvmargs=-Xmx2048m?-XX:MaxPermSize=512m?-XX:+HeapDumpOnOutOfMemoryError?-Dfile.encoding=UTF-8
試試重新編譯項(xiàng)目,有沒(méi)有搞定,是不是很簡(jiǎn)單