android Studio 采用Grale編譯,項目比較多出現了
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
根據提示找到項目中的gradle.properties?
將這行取消注釋 或者添加上
org.gradle.jvmargs=-Xmx2048m?-XX:MaxPermSize=512m?-XX:+HeapDumpOnOutOfMemoryError?-Dfile.encoding=UTF-8
試試重新編譯項目,有沒有搞定,是不是很簡單





