python create_project.py -project TestCocos2d -package com.leiyong.TestCocos2d -language app
Traceback (most recent call last):
File “create_project.py”, line 205, in
shutil.copytree(context"src_project_path"], context"dst_project_path"], True)
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py”, line 171, in copytree
names = os.listdir(src)
OSError: No such file or directory: ‘undefined’
1.确认你的引擎包是完整的。
我写错了,最后应该是cpp
我瞎了~