I change the scene with get_tree().change_scene_to(load("res://Shop.tscn")). In the Godot editor this works fine, however on Android I see a gray screen instead of a scene. I tried adding a camera, but it didn't help. Please help
get_tree().change_scene_to(load("res://Shop.tscn"))
Solved - All you have to do is go to Project > Export > %your_android_preset% > Resources > and select root directory