Font problem with android 4.4

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.

native.systemFont should work on device.  “Arial” is a Microsoft Windows font that’s typically installed other places (i.e. you can access it on a Mac), but its not a font that’s normally on either Android or iOS.  native.systemFont should pick the device’s default regular font.

What version of Corona SDK are you building with?

What operating system are you compiling on?

What device are you building for?

What is the output from that device’s console log?
 

If you don’t know how to get the last part, please read:  http://coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/

Thanks

Rob

native.systemFont should work on device.  “Arial” is a Microsoft Windows font that’s typically installed other places (i.e. you can access it on a Mac), but its not a font that’s normally on either Android or iOS.  native.systemFont should pick the device’s default regular font.

What version of Corona SDK are you building with?

What operating system are you compiling on?

What device are you building for?

What is the output from that device’s console log?
 

If you don’t know how to get the last part, please read:  http://coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/

Thanks

Rob