android studio Error:Unable to start the daemon process

前端 未结 4 699
清歌不尽
清歌不尽 2021-01-12 16:07

Version of Android Studio 2.2 OS version: Windows 10 Java JRE/JDK version: 1.8.0_51

Error:Unable to start the daemon process. This problem might be

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-12 16:55

    Im using Android studio version 2.2.2 on win 10 (32 bit) and this is how i fix this issue:

    1. Open your newly created project.
    2. Now open gradle.properties and change the JVM argument. i.e org.gradle.jvmargs=-Xmx1024m Basically it comes with default value of -Xm1536m which somehow is not working (at least for me).
    3. Then Rebuild the project and it should work.

提交回复
热议问题