I am trying to change the heap size of the emulator, to make sure that my app doesn't run out of memory with 16 mb available? How can i change the heap size on the emulator? I run the emulator through Eclipe.
A:
Don't do that. I even don't know if possible.
The most of mobile devices out there have also 16Mb of heap available only, so your app won't work when you test on a real device.
Pentium10
2010-07-16 18:35:01
A:
When creating an emulator u can set the properties, and there is a heap size, which u can change.
aryaxt
2010-08-14 00:27:14