Godot Version
4.5.1 stable
Godot Version
4.5.1 stable
Question
`
I’m making my own game for the phone.
I can’t launch the game on my phone. Android 13
There are no errors in the engine
Error when installing on the phone
Please help
`
4.5.1 stable
4.5.1 stable
`
I’m making my own game for the phone.
I can’t launch the game on my phone. Android 13
There are no errors in the engine
Error when installing on the phone
`
Either try to increase the SDK version to a more recent one (as newer android versions might reject older versions), or you can try and modify the AndroidManifest.xml and change the following line: android:exported=“true”, this is REQUIRED for apps targeting Android 12+
Thanks for your help. I don’t have such a line.
Then you need to add it.