Updated to the latest version of Android Studio. Now it displays the following message:

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

As in the instructions found by the link, I created the gradle.properties file (it was not there) and filled it in as it should, but nothing has changed. And yes, according to the parameters, my computer is suitable.

    2 answers 2

    I also had such a mistake. It disappeared when my gradle.properties file gradle.properties like:

     org.gradle.jvmargs=-XX\:MaxHeapSize\=1024m -Xmx1024m 

      Maybe someone will come in handy. Solved this problem so. I downloaded gradle v2.13 (it was installed 2.10) and unpacked it into the Android \ Android Studio \ gradle folder, then in the studio settings in the gradle section, checked the use local gradle distribution and in the active field I specified the address to the new gradle. And yet, when opening a new project, you must specify the path to the new file manually.