ionic build android -release运行报错

 PANJIANSHUANG_406 发布于 2022-11-02 22:45

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-android

ANDROID_HOME=C:\Users\cheng\AppData\Local\Android\sdk

JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_112

Subproject Path: CordovaLib

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.
1 个回答
  • 是不是方法数超了?在对应的build文件加上这个看看行不

    defaultConfig {
        multiDexEnabled true
    }
    2022-11-12 01:55 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有