When building on android, spaces and other special characters in the game title get substituted with a hyphen to create the package name.
But hyphens don't seem to be allowed for a package name in android, I get the following error when building:
.cache/love-release/android/love-android-sdl2/bin/AndroidManifest.xml:2:
Tag <manifest> attribute package has invalid character '-'.
When building on android, spaces and other special characters in the game title get substituted with a hyphen to create the package name. But hyphens don't seem to be allowed for a package name in android, I get the following error when building: