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
Just follow the below steps:
1)Go to File 2)Create a New File 3)Name it as gradle.properties 4)Write the content in the file For eg: org.gradle.jvmargs=-Xmx1536M;(replace it with the numbers in your gradle file)
Hope it helps.