使用 cmd 在 Cordova 中构建时 [英] While making build in Cordova using cmd

查看:38
本文介绍了使用 cmd 在 Cordova 中构建时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在通过 cdm 使用 Cordova 进行构建时,它正在发送此错误

**为此构建启动一个新的 Gradle 守护进程(后续构建会更快).

FAILURE:构建失败,出现异常.

  • 出了什么问题:无法启动守护进程.此问题可能是由守护程序的错误配置引起的.例如,使用了无法识别的 jvm 选项.请参阅

    希望有帮助.干杯.

    While making build using Cordova by cdm it is sending this error

    **Starting a new Gradle Daemon for this build (subsequent builds will be faster).

    FAILURE: Build failed with an exception.

    • What went wrong: 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 https://docs.gradle.org/ 2.14.1/userguide/gradle_daemon.html

      Please read the following process output to find out more:

    Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap

    • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Error: cmd: Command failed with exit code 1 Error output: FAILURE: Build failed with an exception.

    • What went wrong: 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 https://docs.gradle.org/ 2.14.1/userguide/gradle_daemon.html

      Please read the following process output to find out more:

    Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap

    • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. **

    Please Suggest solution.

    Thankyou

    解决方案

    Faced similar issue after upgrading to Cordova 6.4.0 from Cordova 6.2.0. Managed to resolve it by adding _JAVA_OPTIONS variable with value -Xmx512M in system variables available under environment variables.

    Screenshot as follows:

    Hope it helps. Cheers.

    这篇关于使用 cmd 在 Cordova 中构建时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆