Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
解决方案如下:
1、Settings–>Experimental Gradle 的选中对号去掉。
2、gradle.properties 的这行 org.gradle.jvmargs=-Xmx1536m 删除。
3、重新再 Gradle 一下就好了。
相关文章:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
解决方案如下:
1、Settings–>Experimental Gradle 的选中对号去掉。
2、gradle.properties 的这行 org.gradle.jvmargs=-Xmx1536m 删除。
3、重新再 Gradle 一下就好了。
相关文章: