可以在res中为drawable创建多个目录吗?

时间:2017-04-13 00:26:17

标签: android android-studio android-studio-2.2.3

所以我尝试通过右键单击res文件夹然后在new上创建新目录 - > Android资源目录。然后我将资源类型更改为可绘制。

完成所有操作后,我将我的图像复制到我创建的这个新目录中,当我尝试将它们分配给未通过xml分配图像的imageview时,使用android:src =" @ MYDIR / mypic" android studio无法识别我的自定义文件夹名称。这有可能吗?
我正在使用android studio 2.2.3

2 个答案:

答案 0 :(得分:1)

您无法在res / drawable文件夹中为drawable创建子文件夹。 在SO中看到这个问题。

Can the Android drawable directory contain subdirectories?

答案 1 :(得分:1)

@Aris我认为可以使用gradle创建多个目录,

我在关于Android项目结构的介绍中读到了 - 替代方式

请检查此链接,

https://medium.com/google-developer-experts/android-project-structure-alternative-way-29ce766682f0

请仔细阅读结论。

由于