'Initialize the library.
Private FA As FontAwesome
FA.Initialize
'Add the FontAwesome typeface to your view.
Label1.Typeface = FA.FontAwesomeTypeface
'Select the icon you want to display.
Label1.Text = FA.GetFontAwesomeIconByName("fa-android") & " Some title label " & FA.GetFontAwesomeIconByNumber(0xf15d)
this library works fine in b4a but in b4i it crashes.
How do I put text with icon in b4i?