i just downloaded Cocos2d-x Version 2.2.5,now i want to install
我的Xcode中的模板加上我想创建示例新项目 但我搜索了很多,但我没有找到关于如何做的单一指导方针 在这个新版本中创建新项目。真的需要帮助。
i searched even on cocos2d-x forum but still no help . So please kindly help on this.in previous version we could install it this way.
To install the templates fire up a Terminal, navigate to the Cocos2D-x directory:
cd $COCOS2DX_ROOT
In order to install the templates you need to have root privilege, so we will call:
sudo ./install-templates-xcode.sh
But In this Version , i don't know how to do it & also having
no idea on how to create a new project. please help.
答案 0 :(得分:0)
Cocos2d-x 2.2.5对我有用的解决方案的设置摘要:
- 使用现有项目(helloworldCpp和TestCpp)或使用提供的python脚本{cocos2d_root} / tools / project-creator目录创建项目: user $ python create_project.py -project AppTest -package com.appsomniacs.test -language cpp
- 按照README.md中的说明操作,每个新项目都包含在create_project.py
中的{project root} /proj.android文件夹中注意:我建议使用最新的Cocos2d-x SDK,即具有强大新功能的3.2。更好的性能。
谢谢, PriMachine