關於ionic打包出錯:ionic Unable to start the daemon process


一直試都沒問題的ionic build android  今天竟然冒出了這個錯誤

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:  
-----------------------  
Error occurred during initialization of VM  
Could not reserve enough space for object heap  
Error: Could not create the Java Virtual Machine.  
Error: A fatal exception has occurred. Program will exit. 

  

解決方法:

在操作系統當前用戶的.gradle文件夾下:C:\Users\Administrator\.gradle  新增gradle.properties文件,我這里是沒有,我就新增。

在文件中添加如下配置信息:

 

org.gradle.jvmargs=-Xmx512m 

  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM