问题描述
ionic build android -release运行报错,Could not reserve enough space for 2097152KB object heap,检查了应该有足够的空间和内存。JRE的“Default VM Arguments”配置参数值:-Xmx1024M -Xms1024M -XX:MaxPermSize=1024M,运行仍然失败!
add to body class: platform-androidANDROID_HOME=C:UserschengAppDataLocalAndroidsdkJAVA_HOME=C:Program Files (x86)Javajdk1.8.0_112Subproject Path: CordovaLibStarting 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.htmlPlease read the following process output to find out more:-----------------------Error occurred during initialization of VMCould 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.htmlPlease read the following process output to find out more:-----------------------Error occurred during initialization of VMCould 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.
问题解答
回答1:是不是方法数超了?在对应的build文件加上这个看看行不
defaultConfig { multiDexEnabled true}