0
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.
4

1 回答 1

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

-按照每个新项目在它的 {project root}/proj.android 文件夹中的 README.md 中的说明进行操作,该文件夹由 create_project.py 创建

注意:我会推荐使用最新的 Cocos2d-x SDK 即 3.2,它具有很棒的新特性和更好的性能。

谢谢,PriMachine

于 2014-10-23T09:51:04.243 回答