Template named 'quick' is not found

G:\cocos\frameworks\cocos2d-x\tools\cocos2d-console\bin>cocos new kon -p org.coc
os2dx.kon -l lua -t quick -d G:/zhouworks
Running command: new
Template named ‘quick’ is not found
Multiple templates detected!
You can select one via command line arguments (-h to see the options)
Or choose one now:

1 runtime
Select one (input number and press enter):

这咋搞 为啥他不认识QUICK

在quick目录下运行一下setup_win.bat,quick的模板就会安装到cocos目录下了。另外请使用quick/bin目录下的create_project.bat来创建工程,或者通过player来创建工程。

quick 安装完之后需要运行一下 setup_win.bat

楼主解决了么?我遇到同样的问题,运行setup_win.bat后报错:Coscos root path not found!!!!!!

因为quick创建工程也是通过cocos创建的,但是quick安装的时候没有把模版拷贝到cocos的模版目录,你把 QUICK_HOME/quick/templates下的lua-template-quick文件夹拷贝到 COCOS_HOME/templates下就可以了

你这个是要先在cocos目录运行setup,然后再到quick下setup。要重开terminal。