Can we use GoogleAds/AdMob/AdWhirl in cocos2d-android?

前端 未结 2 1170
醉酒成梦
醉酒成梦 2020-12-18 15:21

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

2条回答
  •  醉梦人生
    2020-12-18 16:11

    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 .

提交回复
热议问题