Estoy tratando de generar una apk firmada pero siempre obtengo el mismo error.
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.
No puedo archivar ese archivo, pero intenté modificar gradle-wrapper.properties pero sigo recibiendo el mismo error.
Este es mi archivo 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
Ya probé también Android Gradle No se pudo reservar suficiente espacio para el montón de objetos