mirror of
https://github.com/Leo501/CocosCreatorTutorial.git
synced 2026-05-07 22:27:22 +08:00
Bumps [eslint](https://github.com/eslint/eslint) from 4.13.0 to 4.18.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v4.13.0...v4.18.2) Signed-off-by: dependabot[bot] <support@github.com>
热更新Demo
如果喜欢上简书关注我吧。我会不定时更新Cocos Creator教程与上传demo到github
准备
- 操作系统:window
- 安装Node https://nodejs.org/zh-cn/
- 以下操作都是基于android 打包 且模式为link。
操作
- 打开命令行输入:
npm install
安装Node的库
支持https
- 打开工程,修改libcocos2dx工程中Cocos2dxDownloader.java类。找到new AsyncHttpClient() 修改成new AsyncHttpClient(true, 80, 443)
- 参考文章:https://forum.cocos.com/t/https/52302
