SDKBox problems using examples

Hi,

I am trying to follow the the instructions to install the sdkbox modules here : https://github.com/hugohuang1111/SDKBoxSamples-Creator

However when I the run command line

sdkbox import admob -p build/jsb-xxx

I get

|______ | \ |____/ |] | | _/
| |/ | _ |
] |____| _/ _
Copyright © 2015 SDKBOX Inc. v1.0.0.18
test speed of hosts…

  • test host main: 15.16KB/s.
  • test host china: 29.42KB/s.
    choose the fastest server ‘china’, speed is 29.42KB/s.
    unsupported cocos2d-x major version
    Installation failed :frowning:

Solved it by add the .cocos-project.json file with

{
“engine_type”: “prebuilt”,
“engine_version”: “cocos2d-x-3.10”,
“project_type”: “cpp”
}

contents

EDIT : think I have found information i need

We created new tutorial for CocosCreator!

http://docs.sdkbox.com/en/qa/integration-admob-to-creator/

2 Likes

Im going to implement Admob in my Creator game in a few days and this is very helpful!! Thanks!