Blank screen when launching on Android

I’m trying to develop a game for Android. So far I developped some things, and it works well when I’m launching it on Windows. However, when I try to upload it on my Galaxy Tab A6, I only get the splash screen, then an empty blank screen.
From this blank screen, I’m able to run console commands (pressing 4 fingers on the screen). I’ve tried to find the source of this issue, but I’m running out of ideas:

  • Default maps are correctly configured
  • It works when launched on Windows, but not on Android
  • When I just run a starter project, it works

I’m sure that there must be an issue with my configuration somewhere, but I don’t have any clue about how to find it. What is the most probable cause for this issue?