Hello,
I just upgraded my device to android 4.4.
A lot of my apk build do not work on device (apk build from official build 2189)
They work correctly on simulator.
Finally I found that it’s the text font causes this problem.
When the code runs with font, any other display object after that disappears.
After some test:
native.systemFont --doesn’t work
“Arial” --doesn’t work
Is this a bug?
What kind of font is supported on device with android 4.4?
Thanks.