I want to add the Admob / AdWhirl into the GameLayer Scene.
I search over everywhere but couldn\'t find the way to do this work. I don\'t want to sw
of course we can add admob and or any other lib in your cocos2d games activity class.
You need to implement adlistener to your activity and add the adview in the OnStart() method of your game .