如何运行cocos2d-x 3.0 的例子,用eclipse运行

如题 如何运行 3.0 版本里面的例子在安卓平台上跑,我配置安卓平台时有问题了,执行 python android-build.py 提示 couldnt find the gcc toolthain ,我NDK都装好了,有什么解决办法呀!

couldnt find the gcc toolthain,编译器没有装吧。

ndk、ant、Android-sdk都要安装

然后进入3.0 版本里面的例子,proj.android,复制路径,cmd.exe,cd到这路径,cocos compile -p android -j 4敲回车。

测试通过。。祝你成功!!!