关于3.5 3.6版本sh: cocos: command not found解决方法

前端之家收集整理的这篇文章主要介绍了关于3.5 3.6版本sh: cocos: command not found解决方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
try: COCOS_CONSOLE_ROOT
except Exception:
print "COCOS_CONSOLE_ROOT not define. Please define COCOS_CONSOLE_ROOT in your environment!"
sys.exit(1)
command = '%s/cocos compile -p android -s %s -m %s' % (COCOS_CONSOLE_ROOT,app_android_root,build_mode) 原文链接:https://www.f2er.com/cocos2dx/342932.html

猜你在找的Cocos2d-x相关文章