Sto cercando di generare un apk firmato ma ottengo sempre lo stesso errore.
To run dex in process, the Gradle daemon needs a larger heap.
It currently has approximately 910 MB.
For faster builds, increase the maximum heap size for the Gradle daemon to more than 2048 MB.
To do this set org.gradle.jvmargs=-Xmx2048M in the project gradle.properties.
Non posso archiviare quel file ma ho provato a modificare gradle-wrapper.properties ma ottengo ancora lo stesso errore.
Questo è il mio file gradle-wrapper.properties
#Thu May 05 20:51:44 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
org.gradle.jvmargs=-Xmx2048m
Ho già provato anche Android Gradle Impossibile riservare spazio sufficiente per l'heap degli oggetti