2016-01-19 51 views
2

我在失敗的Windows Phone 8日誌的錯誤日誌中看到此消息。由於XMLVM內存不足,Codenameone windows phone 8構建失敗

[01/19/16 12:18:58.565] ERROR: Oh no, XMLVM needs more memory. Try running with -Xmx1G or more. 

想想你能爲我設置-Xmx設置嗎?如果這不是問題,那麼也有這種上漲在日誌中:

[01/19/16 12:04:20.276] ERROR: Couldn't create node for com.codename1.impl.ImplementationFactory 
[01/19/16 12:04:20.276] ERROR: Couldn't create node for com.codename1.impl.ImplementationFactory 

而這種低下來(但我認爲這是XMLVM沒有完成退出的症狀):

Main.cs(10,28): error CS0234: The type or namespace name 'Object' does not exist in the namespace 'java.lang' (are you missing an assembly reference?) [C:\Users\Shai\AppData\Local\Temp\build3939039400849280052xxx\App\App\App.csproj] 
Main.cs(10,45): error CS0234: The type or namespace name 'Runnable' does not exist in the namespace 'java.lang' (are you missing an assembly reference?) [C:\Users\Shai\AppData\Local\Temp\build3939039400849280052xxx\App\App\App.csproj] 

回答