İmzalı bir apk oluşturmaya çalışıyorum ama her zaman aynı hatayı alıyorum.
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.
Bu dosyayı dosyalayamıyorum ama gradle-wrapper.properties dosyasını değiştirmeyi denedim ama yine de aynı hatayı alıyorum.
Bu benim gradle-wrapper.properties dosyam
#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
Zaten denedim Android Gradle Nesne yığını için yeterli alan ayıramadı