1嘹狞、創(chuàng)建項目
1) 下載地址 http://cn.cocos2d-x.org/download/ (目前最新版本3.3 375M左右)2)
2) 下載完成解壓后, 打開終端, 進入到對應文件夾锤岸。
- 執(zhí)行
./setup.py
期間會有幾次詢問,是設(shè)置安卓SDK路徑的,不設(shè)置安卓直接Enter跳過即可
->Please enter the path of NDK_ROOT (or press Enter to skip):
->Please enter the path of ANDROID_SDK_ROOT (or press Enter to skip):
->Please enter the path of ANT_ROOT (or press Enter to skip):
之后就OK了,會有提示:
Please execute command: "source /Users/apple/.bash_profile" to make added system variables take effect
照著輸入 source /Users/apple/.bash_profile 就好了
4)開始創(chuàng)建工程
進到bin文件夾下
cd tools/cocos2d-console/bin
5)終端輸入
cocos new 項目名稱 -l js -d /Users/+具體地址
然后就可以在對應目錄下看到了
2块差、運行
cocos run -p web|ios|android
3、編譯到指定目錄
cocos compile -p web -m release -o /Users/hanyanzhi/Downloads/han
參考文獻
https://blog.csdn.net/hitwhylz/article/details/41988349