I was trying to compile my project for Android Platform using JME3 but received the following error :
Pre-Dexing K:\TOKEEP\BasicGame\mobile\libs\jME3-jogg.jar -> jME3-jogg-b6ae65300e96ea326e5e49db71951cea.jar
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.
K:\TOKEEP\BasicGame\nbproject\mobile-impl.xml:21: The following error occurred while executing this line:
M:\adt-bundle-windows-x86-20140702\adt-bundle-windows-x86-20140702\sdk\tools\ant\build.xml:892: The following error occurred while executing this line:
M:\adt-bundle-windows-x86-20140702\adt-bundle-windows-x86-20140702\sdk\tools\ant\build.xml:894: The following error occurred while executing this line:
M:\adt-bundle-windows-x86-20140702\adt-bundle-windows-x86-20140702\sdk\tools\ant\build.xml:906: The following error occurred while executing this line:
M:\adt-bundle-windows-x86-20140702\adt-bundle-windows-x86-20140702\sdk\tools\ant\build.xml:283: null returned: 1
BUILD FAILED (total time: 1 minute 50 seconds)
Please help me…