Native typeface cannot be made

zetadan

Member
Licensed User
Longtime User
I have an app that I am having serious problems with after working on in for over 2 months.

I moved all the components to a new folder and when I compile and run the app I am getting the following java.lang.RuntimeException error:

Native typeface cannot be made

I am not able to trap during debug process.

This is driving me crazy. Any ideas?

Dan
 

stevel05

Expert
Licensed User
Longtime User
Presumably your app has a user font within it, did you move the relative location of the font file and or change (or not change) the location within the program?

I would suggest that as you have moved the folders you try re-adding the files that are in the assets directory (files tab). I have moved/copied apps without needing to do this in the past but worth a try.
 
Upvote 0

stevel05

Expert
Licensed User
Longtime User
No problem, easily done.
 
Upvote 0
Top