Android Question FontAwesome problem

rdkartono

Member
Licensed User
Longtime User
I created a program, first time using FontAwesome.
On Debug Mode, this program can run, and FontAwesome can display correctly. All functions run correctly.

However on Release Mode, this program can't run at all. I thought something happened when my other part of codes, however disabling them were not able to make it run.
Later I turn back all typefaces to DEFAULT, then Release Mode can run.

Is there something that I miss ?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

rdkartono

Member
Licensed User
Longtime User
Posting a small project which shows the problem!

Without seeing your code we can´t help

Thanks for your reply, I'll try to dissect my codes to make it short.

Basically in my case, if label typeface set to fontawesome, can run on debug mode , but can't run on release mode.
After set back all labels typeface to default, can run on both debug and release mode.
 
Upvote 0

corwin42

Expert
Licensed User
Longtime User
Check in your Android SDK manager, which Build tools version you have installed. Try to install the latest and delete previous versions.
 
Upvote 0
Top