我無法運行或執行我的代碼。我已經跟着this。任務':app:packageInstantRunResourcesDebug'的執行失敗。 (Android Studio無法執行)
它仍然無法工作。我的錯誤信息
Error:Execution failed for task ':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
我試圖關閉即時運行,並有一個新的錯誤
Error:Execution failed for task ':app:packageDebug'. Java heap space ect's gradle.properties 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
編輯:我找到了原因。這是因爲我添加了一個代碼,可以解壓500MB文件並將其傳輸到內部存儲器中。這可能是因爲它有很多文件。該zipfile有80,000多個文件。
什麼是你的機器的RAM? – AndiGeeky
4GB內存。它正在工作,但我重新安裝它,因爲當我安裝即時運行時執行時間太長。但重新安裝後,這會產生一個錯誤。 – Temmie
試試這個 - > https://developer.android.com/studio/intro/studio-config.html – AndiGeeky