欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

android studio怎么整理res资源文件夹目录?

程序员文章站 2022-06-29 11:59:52
android studio怎么整理res资源文件夹目录?...

android studio开发程序的时候,发现res资源文件夹中有大量的字符串、图片以及图标资源文件需要管理。该怎么对这些资源进行分模块或者分类型呢?下面我们就来看看详细的教程。

android studio怎么整理res资源文件夹目录?

1、在android studio中找到android项目的src主目录.如图

android studio怎么整理res资源文件夹目录?

2、在app模块的main路径下的使用“右键”找打创建文件夹功能。如图

android studio怎么整理res资源文件夹目录?

3、在res文件夹同级目录下创建文件夹“res-data”。如图

android studio怎么整理res资源文件夹目录?

4、找到项目的build.gradle文件中添加资源集路径配置。如图

android studio怎么整理res资源文件夹目录?

5、然后同步工程即可看到“res-data”变成资源文件夹样式。如图

android studio怎么整理res资源文件夹目录?

6、依次创建多个自定义的资源文件夹根目录。如图

android studio怎么整理res资源文件夹目录?

7、可以自定义资源文件下可以持有的layout、values、mipmap等目录。如图

android studio怎么整理res资源文件夹目录?

以上就是android studio配置管理res资源文件夹的教程,希望大家喜欢,请继续关注。