Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I see three possible reasons for that: 

1) Your game files are corrupted. It seems unlikely, since they are protected by the zip checksum, but try re-extracting the archive. This is the only reason I can see that may be fixable.

2) Your phone cannot handle the size of the game. This seems... Improbable, as the loading screen is not that big, memory-wise, but then again, it is kinda big screen-wise. Yes, it should resize automatically, but see below.

3) Your Android version is not entirely compatible with some of the features required to run the game (too old, too new, too many updates, not enough updates). There may be missing libraries, or libraries of the wrong version, or bugs, or bugfixes that introduced new bugs. For example, the game resizes a lot of stuff on the fly. This requires CPU or GPU power, and more importantly CPU or GPU calls, which may not be entirely cross-platform.


Or, something else entirely, but then I wouldn't know.