android - An internal error occurred during: "Launching <myApp>". Java heap space -


when run android app in eclipse juno shows:

an internal error occurred during: "launching ". java heap space".

i have modified eclipse.ini file

xms:1024m xmx:1024m 

unfortunately did not solve problem.

it's outofmemoryerror occurs not in eclipse, in spawned jvm application works. should modify parameters in run configuration. go run -> run configurations, find application run configuration in left pane , select it. on right pane select "arguments" tab, there should "vm arguments" test field. add there -xmx1024m.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -