• Github 中文镜像
Sign inSign up
Watch966
Star102.4k
Fork61.8k
Tag: flutter
Switch branches/tags
Branches
Tags
K / Flutter 编译报错 Error occurred during initialization of VM.md
移动浏览 Clone
加载中...
到移动设备上浏览
26 lines 2.95 KB
First commit on 23 Nov 2020

    报错

    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 Manual chapter on the daemon at https://docs.gradle.org/5.6.2/userguide/gradle_daemon.html
    Process command line: C:\Program Files (x86)\Java\jre1.8.0_271\bin\java.exe -Xmx1536M -Dfile.encoding=GBK -Duser.country=CN -Duser.language=zh -Duser.variant -cp C:\Users\*\.gradle\wrapper\dists\gradle-5.6.2-all\9st6wgf78h16so49nn74lgtbb\gradle-5.6.2\lib\gradle-launcher-5.6.2.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 5.6.2
    Please read the following process output to find out more:
    -----------------------
    Error occurred during initialization of VM
    Could not reserve enough space for 1572864KB object heap
    
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    
    * Get more help at https://help.gradle.org
    Running Gradle task 'assembleRelease'...
    Running Gradle task 'assembleRelease'... Done                    2,672ms
    Gradle task assembleRelease failed with exit code 1
    

    解决

    项目目录下 android/gradle.propertiesorg.gradle.jvmargs=-Xmx1536M 改为 org.gradle.jvmargs=-Xmx512M

    编译过程中可能还会遇到一点资源文件 not found 之类的错误,报错信息中有路径,补上一些图片之类的就可以了。