在Android Studio 1.0中构建Gradle

Error:Unable to start the daemon process.

这个问题可能是由于守护进程的配置不正确造成的。

例如,

使用无法识别的jvm选项。
请参阅http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html上守护程序的用户指南一章
请阅读以下过程输出以了解更多信息:

13:41:17.232 [main] DEBUG ogldaemon.bootstrap.DaemonMain - Assuming the daemon was started with following jvm opts: [-XX:MaxPermSize=256m, -XX:+HeapDumpOnOutOfMemoryError, -Xmx1024m, -Dfile.encoding=x-windows-949, -Duser.country=KR, -Duser.language=ko, -Duser.variant]

建立或制作新项目时发生此错误。

链接地址: http://www.djcxy.com/p/82969.html

上一篇: Gradle build in Android Studio 1.0

下一篇: Error:Unable to start the daemon process