Skip to content

tinybearc/sdkbox-sample-adcolony

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run sdkbox samples

Steps:

mkdir samples
cd samples

# must clone this repo
git clone --depth 1 https://github.com/sdkbox/sdkbox-cocos2d-x-binary.git

# clone sample repo
git clone --depth 1 https://github.com/sdkbox/sdkbox-sample-adcolony.git

# run sample with specified language and platform
# eg: cpp and ios
./sdkbox-cocos2d-x-binary/run_sample.sh adcolony cpp ios
# javascript and android
./sdkbox-cocos2d-x-binary/run_sample.sh adcolony js android

# <optional> if exists "download-depends.sh" in sample repo, execute it
# ./sdkbox-sample-adcolony/download-depends.sh

Memo:

  1. Sample repo and cocos2dx repo must be in same level directory
+-- sdkbox-cocos2d-x-binary
+-- sdkbox-sample-adcolony
| +-- cpp
| +-- lua
| \-- js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 24.5%
  • C 22.7%
  • Java 21.8%
  • Lua 11.9%
  • C++ 9.0%
  • Objective-C 9.0%
  • Other 1.1%