The Android build doesn't load the level with ‘Open level’

Hey
I created a Main Menu UI with two buttons. The button that causes the problem is ‘Tutorial’ button. The button should load a new level when a user click on it, but don’t load anything. It works fine when i launch the game on the editor but doesn’t work when I build my project. I use ‘OpenLevel’ by name to load the new level and I use even ListMap in order to include only the necessary maps on the Android build.
Here below the script that I’m using to bind the ‘OnClicked’ event to ‘OpenLevel’ action:


Here below my packaging configurantions: