Help me with exporting the project to the Android system

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





2025-11-21_11-29-05

Error when installing on the phone


Please help

`

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.