Uncaught Application has been initialized

I’m trying to reinstantiate cocos2d app… (not restarting the scene)

and I’m getting this error: “Uncaught Application has been initialized”

Is there a way to force reinstantiate cocos2d app?

Hi, Glaksmono

I wonder what you can’t achieve with restarting or switching the scene?
Basically it means nothing to reinstantiate a cc.Application, and it’s also forbidden.

Huabin