cocos2dx 3.x 修改NDK_ROOT、ANDROID_SDK_ROOT、ANT_ROOT路径

CMD到setup.py目录


Python setup.py -h 查看帮助:


Options:
  -h,--help            showthis help message and exit
  -n NDK_ROOT, --ndkroot=NDK_ROOT
                        directoryof ndk root
  -a ANDROID_SDK_ROOT, --androidsdkroot=ANDROID_SDK_ROOT
                        directoryof Android sdk root
  -t ANT_ROOT, --antroot=ANT_ROOT
                        directorythat contains ant/ant.bat
python setup.py -n "D:\Program\android-ndk-r9d"   此处是你想修改后的路径!

 

最后给自己写的小游戏打下广告,一个释放你压力的小游戏,一个你敢叫它敢动的小游戏。敢不敢来试下?

点击下载,或在 Google Play Store 搜索 Make a Noise

你可能感兴趣的:(cocos2d-x)