Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Hello.
We call CCDirector.sharedDirector().purgeCachedData() when the app is closed to
solve it.
But in Android 3.X the Android SDK UI get lost (appeared in black some of them
like the textures cleaned clean the other activity android sdk UI). Cause
gl.glDeleteTextures(1, new int[]{_name}, 0); in CCTexture2D.
¿Any idea?
Original comment by manu.msp...@gmail.com
on 14 Oct 2011 at 12:16
I have the same problem but I create CCSprite in Thread and I think it not
enough cached memory ! need help !
Original comment by tam.httam
on 19 Mar 2012 at 3:52
How are you getting the image from the drawable folder in the CCsprite?
I am facing the file not found exception.I am using this code:
background = CCSprite.sprite(context.getString(R.drawable.mainmenu_bg));
Please help.
Original comment by himansh....@gmail.com
on 9 Jul 2013 at 1:12
Attachments:
Original issue reported on code.google.com by
cgmau...@gmail.com
on 2 Sep 2011 at 11:15