Text not showing on android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rp90

When I export my project to an .apk, all my label text is gone. How do I get text to show on Android?

How are the labels “anchored” in the scene setup? If they’re incorrectly anchored (or not anchored), maybe they are falling outside of the screen bounds on a mobile device?

jgodfrey | 2020-01-28 15:02

I fixed it. I had to manually select all the resources to include. “Include all” wasn’t including everything.

rp90 | 2020-01-31 17:48

I have a similar issue, i have a lot of resources and i can’t select all based on your solution.
earlier it was working, but while i have developed my project a little bit it stopped (even though the scene the issue takes place had no change!).
I wonder what would be the reason.

GoldenZ | 2020-05-12 20:36