Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 550 Bytes

gradle-daemon-error.md

File metadata and controls

12 lines (9 loc) · 550 Bytes

Gradle damon error

You can solve the below issue by adding org.gradle.jvmargs=-Xmx1024m in gradle.properties file.

Error:Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, an unrecognized jvm option is used. Please refer to the user guide chapter on the daemon at https://docs.gradle.org/3.3/userguide/gradle_daemon.html Please read the following process output to find out more:

Reference: https://stackoverflow.com/a/34734684