On the next screen just click
Finish.
It will create the
assets folder in the main target source set.ASSETS_FOLDER_PATH
contx.getResources().getAssets();
Example:
Typeface.createFromAsset(contx.getResources().getAssets(), "SomeFont.ttc");


