Unable to start the daemon process after update android studio

On android studio - when i update my exist android studio and i create new project i get this error message:

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/2.8/userguide/gradle_daemon.html
Please read the following process output to find out more:

I try to enable the deamon process ( 18.2.1. How do I enable the Gradle Daemon? )

https://docs.gradle.org/2.8/userguide/gradle_daemon.html

but this is not helping and i still dealing with the same issue.

Please help me - i must solve this issue ASAP.

Hi,

Have you resolved this issue?
I encountered the same issue. I tried methods below but none of them work.

  1. set VM Options to -Xmx512m
  2. reinstall android studio