Home > Mobile >  Android Studio: Android Resource Directory vs Directory
Android Studio: Android Resource Directory vs Directory

Time:12-05

What's the difference between an Android Resource Directory and a normal Directory?

Android Studio Option

When shall I use which?

CodePudding user response:

Choosing Android Resource Directory will show a helper dialog by Android Studio to select pre-defined Android-specific directories as per the selected Resource like layout, drawable, raw, etc.

enter image description here

Whereas choosing Directory will show a text box dialog, where you can simply type in the name for the directory.

  • Related