将图像目录导入Android Studio中的可绘制资源

时间:2014-01-05 14:19:58

标签: android import intellij-idea android-studio drawable

我想导入一些位于不同目录中的图标。我知道Android Studio允许导入*.png文件直接进入项目的drawable-*目录,但是是否可以导入带有图片的目录并通过@drawable/访问它们?

2 个答案:

答案 0 :(得分:1)

您无法在drawable中使用子文件夹:

Can the Android drawable directory contain subdirectories?

出于某种原因,您是否必须使用“R”访问文件?如果不是这可能会有所帮助:

Is it possible to load a drawable from the assets folder?

答案 1 :(得分:0)

是的,您可以使用@ Drawable / icon.pgn(带扩展名的图片名称)。您还可以使用任何图片format。在此之前,您必须导入图片correct methods