Space is not allow in game name

Currently the editor build windows do not allow space character, so i need to update app_name in ProjectName\build\android-001\proj\res\values\strings.xml after build project then compile. Is it normal or i do something wrong?

image

this is normal, its just the project name when you build it

It’s also the game display name after installed. I think the game name contains space is normal, not sure why cocos creator did not allow this.

The path for software development projects typically does not allow for spaces and special characters, as this can cause issues with resource loading.

https://docs.cocos.com/creator/manual/en/editor/publish/build-options.html#build-path

Yes but i think we should separate app_name with project name(project path). app_name contains space are quite common.