署名済みのAPKを生成しようとしていますが、常に同じエラーが発生します。
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.
そのファイルをファイリングできませんが、gradle-wrapper.propertiesを変更しようとしましたが、それでも同じエラーが発生します。
これは私の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