Where to create the assets folder in an android project?

3

Where should the assets folder be created? I want to use it to store my fonts.

    
asked by anonymous 12.02.2015 / 19:58

2 answers

9
  • In Android Studio, right-click the
12.02.2015 / 21:21
3

The assets folder should be created at the root of your project, ie in the same directory as the gen and res folders.

The image below illustrates this structure:

Reference: Google Android 3rd Edition

    
12.02.2015 / 20:55