Skip to content
Nite Luo edited this page Aug 25, 2014 · 1 revision
  1. Get cocos2d-x Clone cocos2d-x repo
git clone https://github.com/cocos2d/cocos2d-x.git

or Download cocos2d-x

  1. Play with HelloPlugin project

iOS:

open plugin/plugin-x_ios workspace

Android:

  1. import plugin/samples/HelloPlugins
  2. import libcocos2dx under cocos/platform/android/java
  3. run build_native.py
  4. run HelloPlugins in ADT/eclipse
Clone this wiki locally