Hello Everyone.
I am creating a game in which lots of images are used. After the game completed, I found out that the memory usage is very high (290MB) and because of this, the game was crashing on mobile devices. (I had inserted all images on the same layer and making visible/invisible as per need). So I deleted all images from screen and instead, written code for creating/destroying creating them as per need. (I didn't deleted them from project, just from screen). But when i debug the game, I am getting this error.
<center><img src="http://i44.tinypic.com/2lnkf90.jpg" border="0" /></center>
Can anyone please help me understand this problem and sort it out ?