Here is my code and screenshot I\'m trying to set custom font typeface but Runtime exception occurs font asset not found while font file is in asset folder. Am I missing som
Your font asset folder is named incorrectly. You should name the folder as fonts not as font. Also change your code:
fonts
font
Typeface font = Typeface.createFromAsset(getAssets(), "fonts/terminal.ttf");