views:

37

answers:

2

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
A: 

When creating an emulator u can set the properties, and there is a heap size, which u can change.

aryaxt