Use CCMessageBox

can we use CCMessageBox in android as ios platform

Yes, you can show message on android with it. But on andorid, it is asynchronous with render thread.

thanks Mr Minggo.

Hi, I’m new to c++, how I init a message box?

I try this
CCMessageBox ccm = new CCMessageBox(“oi”,“cole”);

But not work

Just use:

CCMessageBox("oi","cole");