-
Creator 版本: 2.4.12
-
目标平台: MacOS
-
重现方式:命令行打包选择不同平台的配置,无法自动切换打包平台
web配置:
{
"title": "test_web",
"platform": "web-mobile",
"embedWebDebugger": false,
"sourceMaps": false,
"debug": false,
"md5Cache": true
}
anroid配置:
{
"platform": "android",
"title": "test_android",
"template": "default",
"appABIs": [
"armeabi-v7a",
"arm64-v8a"
],
"orientation": {
"landscapeLeft": true,
"landscapeRight": true
},
"embedWebDebugger": true,
"sourceMaps": false,
"debug": true,
"md5Cache": false,
"encryptJs": true,
"xxteaKey": "test"
}
打包命令
/Applications/CocosCreator.app/Contents/MacOS/CocosCreator --path projectPath
--build configPath=android.json
/Applications/CocosCreator.app/Contents/MacOS/CocosCreator --path projectPath
--build configPath=web.json
