CocosCreator2.0.8 OPPO打包命令行打包失败。

Creator 2.0.8 命令行编译还是有问题 继续讨论:

同样碰到了问题 oppo 打包打不出来,
编译参数为:
CocosCreator --path “D:\codes\client” --build md5Cache=false;buildPath=“D:\codes\publish\oppomini”;sourceMaps=true;platform=runtime;debug=true;actualPlatform=quickgame;autoCompile=false;

发现是 编译过程中actualPlatform没有正确赋值

如下:
[20852] Start building with options : {

“platform”: “runtime”,
“actualPlatform”: “runtime”,
“template”: “link”,

}
Builder: do custom process [build-start]

@huanxinyin 帮忙看看。

平台设置是这样的!

/Applications/CocosCreator.app/Contents/MacOS/CocosCreator --path . --build “platform=quickgame;debug=true”

你这命令行配置是参考哪里的文档?官方不是这样的哦

https://docs.cocos.com/creator/manual/zh/publish/publish-in-command-line.html#命令行发布参考

好的。谢谢啦!

文档里 platform 没有 quickgame 这个值,是我自己推断出来的。能不能更新下文档,将oppo vivo 华为的参数写进去。