Android Studio Gradle project “Unable to start the daemon process /initialization of VM”

The Solution Worked:

    1.Open the projects gradle.properties file in android studio
    2.Added this line at end of file org.gradle.jvmargs=-Xmx1024m & Save the file
    3.Close & reopen the project or just Clean and re-Build it

Leave a Comment