by DevelopmentTeam » Wed Sep 19, 2007 8:44 am
This outof memory error is very common in mobile application/game development... Instead of doing the heap memory setting stuff, you have to think about reduing the memory usage in your application... moreover, usually emulators have more memory that the real-device. So any way your application will not successfully run on the device. May be coz of the video size which you are trying to load it in a single stretch...