I am trying to build an Android project in Visual Studio Enterprise 2015 on Windows 10. I get this error:
java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing 'java.exe -jar ...
How can I increase the JavaMaximumHeapSize
in Visual Studio Enterprise 2015?
As suggested in other answers, I went to Project Properties -> Android Options -> Advanced, but I did not see a MaximumHeapSize field.