I\'m trying to generate a signed apk but I always get the same error.
To run dex in process, the Gradle daemon needs a larger heap.
It currently has approxim
This is a problem which used to disturb me so much but later on got a quick solution.
I tried the methods mentioned by my colleague but it never worked for me.
Incase the problem persists, use this two ways.
Note Changing the gradle heap size may not assist you so much but you can try this two ways to evade this type of error 'Gradle daemon' error.
Close all other application running and restart the android studio. If the error persist, use the second method.
That is close unnecessary processes running on the background by holding down alt+ctrl and then click del button to open the task manager window.
Mostly, browsers tend to run on the background and consume alot of memory that is why you see that Gradle daemon error.
For example, close chrome process which is running on the background and either restart the android studio or rebuild the project