There is no PluginAdMob.cpp

I’ve imported Admob into my cocos2d project. Now there’s no PluginAdMob.cpp, only the header file. Whenever I try to call any of the functions, it says unresolved external symbol.

Also, I can’t include “PluginAdMob/PluginAdMob.h”, as there apparently is no folder called “PluginAdMob” that I can include, (I have to go to proj.android\jni\pluginadmob\PluginAdMob.h to include it), even though the tutorial, which I believe I’ve followed EXACTLY has it. Even the macro SDKBOX_ENABLED isn’t even defined. Why… just… why?

plz ref to our sample https://github.com/sdkbox/sdkbox-sample-admob

I did that already.