How to add AdMob to my Cocos2d-x project ?

Hi !

I am currently developing an app which will be on Android Market and Appstore (iOS). How can I add AdMob ads in my Cocos2x-project ? (there is indeed an Objective C SDK and a Java SDK but no C*+ SDK)
Is it required to include some AdMob Java or Objective C classes in my project ? If yes:

  • how to proceed to mix Java or Objective C code with C*+ code ?
  • which classes is it better to include (Java or Objective C) ?

If no, how to proceed to include AdMob in my Cocos2d-X project ?

Thanks !

You can follow the code in the link below. Ignore the openfeint portion if you do not use it.