Getting OutOfMemoryException in Xamarin

前端 未结 9 2279
情深已故
情深已故 2020-12-03 00:34

java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing \'java.exe\'

9条回答
  •  臣服心动
    2020-12-03 01:02

    I would increase your build heap size.

    Right click your Android Project > Properties > Android Options > Advanced > Java Max Heap Size.

提交回复
热议问题