有人可以幫我解決這個問題。是的,我之前已經看到過這個問題,但比2016年早了幾年。問題:Android工作室gradle.properties
錯誤:執行任務':app:packageInstantRunResourcesDebug'失敗。
Java heap space ties file. For example, the following line, in the gradle.properties file, sets the maximum Java heap size to 1,024 MB: org.gradle.jvmargs=-Xmx1024m Read Gradle's configuration guide
Read about Java's heap size
如何解決此錯誤?請幫助2016年的解決方案。任何幫助,將不勝感激。
org.gradle.jvmargs = -Xmx1536m如果去掉這條線是什麼? –
你有沒有添加清單 - apllication android:largeHeap =「true」 –
我只是試過兩個,似乎沒有幫助 –