This is a sample project for SDKBOX SdkboxAds mediator plugin
cpp
contains sample for cocos2d-x c++ sample projectjs
contains sample for cocos2d-x js sample projectlua
contains sample for cocos2d-x lua sample project
- Get the cocos framework as a submodule:
git submodule update --init
- If you have Cocos installed already, you can also just link to it without downloading the submodule:
ln -sv /Applications/Cocos/frameworks/cocos2d-x-3.6 cocos2d-x-3.6-lib
- Open
cpp/proj.ios_mac/cpp.xcodeproj
in xcode, compile and run. - Or, compile and run iOS/Android samples using
cocos compile -p ios
orcocos compile -p android
.