# cocosStudy **Repository Path**: blackshb/cocosStudy ## Basic Information - **Project Name**: cocosStudy - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-06-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #cocosStudy #api http://www.cocos2d-x.org/reference/html5-js/V3.0rc0/index.html http://www.cocos2d-x.org/docs/api-ref/js/v3x/ http://www.cocos2d-x.org/docs/api-ref/js/V3.10/ #api(chinese) http://www.cocos.com/doc/jsdoc/symbols/cc.animationCache.html #test http://www.cocos2d-x.org/js-tests/ #环境 1.jdk 2.python 2.7 3.android studio 4.ndk 5.sdk 6.ant 7.cocos2d-x #当前目录下创建项目命令 cocos new coDemo -p com.trueway.codemo -l js -d. #项目目录下windows打包命令 cocos run -p win32 #安卓打包命令 cocos compile -p android -m release