Hello. I am making a game, which at the beginning loads a dictionary.
When testing it with the preview on my pc or with the remote view on my cell phone, the game opens correctly. But when I convert it to an apk, the game doesn't even open and it freezes on the construct logo.
Is it compatible to use the "dictionary" for android games? Or what could be the problem?
Develop games in your browser. Powerful, performant & highly capable.
Hello.
Dictionary and array work fine in apk.
Have you waited for the preload to finish?(On loader layout complete)
Give a minimal example, I'll check.
I already found what the problem was.
The issue was caused by an ad mediation plugin that I had added and was causing the game to fail to load. It is currently obsolete, but two months ago it was not.