In Android Studio, I want to create the folders values-v14 values-v21 inside the res folder.
在Android Studio中,我想在res文件夹中创建文件夹值-v14 values-v21。
But when I tried to make it like: right click on res folder select option New >Directory, then after creating the folder, it is not visible in Android Studio. But when I select the option Show in Explorer, then it is visible.
但是当我尝试使用它时:右键单击res文件夹选择选项New> Directory,然后在创建文件夹后,它在Android Studio中不可见。但是当我在资源管理器中选择“显示”选项时,它是可见的。
How do I create a folder in Android Studio, so that I can change files like styles.xml, etc?
如何在Android Studio中创建文件夹,以便我可以更改styles.xml等文件?
6 个解决方案
#1
91
Try to switch from Android to Project as shown below
尝试从Android切换到Project,如下所示