I want to save all of the work done(every object on the screen) as ONE jpeg image in COCOS2D android.

link|improve this question

28% accept rate
feedback

1 Answer

Use the RenderTexture class and its saveBuffer method.

Taking a screenshot is the same process as for the iPhone version (CCRenderTexture).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.