CocosCreator命令行构建安卓项目,构建成功后包名没变

D:/CocosDashboard/resources/.editors/Creator/2.4.3/CocosCreator.exe --path F:\ceshi --build “platform=android;title=dpz;startScene=b4f7a678-cd66-44b8-953a-3f7ea08e66b4;inlineSpriteFrames=true;packageName=com.xxx.xxx;orientation={‘portrait’: true};template=link;apiLevel=android-28;appABIs=[‘armeabi-v7a’]”

安卓项目中游戏名称修改成功,但包名并没有变!

微信截图_20220623165324

微信截图_20220623165427

已经解决了, D:/CocosDashboard/resources/.editors/Creator/2.4.3/CocosCreator.exe --path F:/KanTu/xygzcn/ --build “title=xxx;platform=android;debug=false;inlineSpriteFrames=false;mergeStartScene=false;optimizeHotUpdate=false;packageName=com.xxx.csty;useDebugKeystore=true;orientation={‘portrait’:true,‘landscapeLeft’:false,‘landscapeRight’:false};template=link;apiLevel=android-28;appABIs=[‘armeabi-v7a’];md5Cache=false;encryptJs=true;xxteaKey=318927a2-2183-4c;zipCompressJs=true;startScene=”";
pause