0

Hi i wanted to make an assets folder but i have no option to do it , is it in another place , I've tried searching google but no results , also i tried installing tools in sdk manager with no luck , is there anything to do maybe i missed something ,btw im a beginner

Android Studio context menu

i don't have file > new > folder

Thanks in advance .

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
Aq145
  • 1
  • Choose directory from the menu. See https://stackoverflow.com/questions/18302603/where-to-place-the-assets-folder-in-android-studio – Catweazle Mar 15 '20 at 13:46

1 Answers1

0

In your screenshot, in the right-most fly-out menu, choose "Directory" to create a directory.

However, assets/ goes in src/. So, right-click over src/ for your desired source set, then choose File > New > Directory from the context menu.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491