Native typeface can not be made - android

36 views Asked by At

I already looked up other answers on this issue - they say assets/fonts should be inside or outside of src/main.

But in my case I dont' have src or main folder: wwwww

where should i put my assets/fonts folder in my case?

1

There are 1 answers

0
Phuc Tran On

In your app.iml file (under "app" folder), you will see a line of config

<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />

This means your "assets" folder is under "main" folder