Gradle build in Android Studio 1.0

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

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]

This error occurs while Building or Making new project.

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

上一篇: android studio错误:无法启动守护进程

下一篇: 在Android Studio 1.0中构建Gradle