What's the difference between an Android Resource Directory and a normal Directory?
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.
Whereas choosing Directory will show a text box dialog, where you can simply type in the name for the directory.


