Creating resource files for different types of builds on Android studio

So, I upgraded to Android Studio 0.8.14, and I already know that I can create a new folder on my app / src / newbuildtype module, and there I can create java and res folders specific to my build type, but what do I want Create resources from Android Studio directly. Is there any way to do this? What I want to avoid is to create folders directly with my file explorer, thanks.

+4
source share
1 answer

So, I found that I can create the app / debug / res folder by right-clicking on my module, selecting these options in the menu New-> Folder-> Res Folder Res folder createRes folder creation wizard

, , , → - > XML- >

Menu selection to create values ​​folder

Build type selection

, Resource files project tree

+6

All Articles