$sprite.texture=load(path) not working on Android

Again, for the 3rd time, make sure that the path is correct and they are using the same casing

You are using res://pokemerge/pokemart01_64.png but the folder is called PokeMerge so it will break when you export the game. load() is case sensitive when exporting the project to any platform.