Android Question Font asset not found b4x_fontawesome.otf ?

Duque

Active Member
Licensed User
Longtime User
I made a simple library for my custom MSGBOX that works fine, but if I compile as a library to use in another project then I get this ugly error

B4X:
java.lang.RuntimeException: Font asset not found b4x_fontawesome.otf

¿ why ?
 

Duque

Active Member
Licensed User
Longtime User
in the class this is what I do to put an icon according to the msgbox, while I charge the class works well, but if I compile as a library it is already broken
B4X:
Private fuentes As Typeface  = Typeface.FONTAWESOME
 
Upvote 0
Top