I'm trying to create project in cocos2dx 3.0 beta but command line shows error as
H:\cocos2dx\package\cocos2d-x-3.0beta\tools\project-creator>./create_project.py -n TestCPP -k com.san.testcpp -l cpp '.' is not recognized as an internal or external command, operable program or batch file.
Can anybody show me steps to create project in cocos2dx 3.0 . Any help would be appreciated.
Thanx
From the path that you provided it seems that you are on a Windows machine, and you are trying yo start the creator "the unix way".
Do you have python installed? If so, do you have it in your PATH? Here are the general steps to get it running:
C:\python
C:\python
to your PATH system variable and restart the cmd
tool.create_project.py
and simply run python.exe create_project.py [parameters]
C:\python\python.exe create_project.py [parameters]
That's it.