我确实阅读了很多关于mipmap
和drawable
文件夹的信息。
我仍然无法理解 - 如果我只为所有图像使用 mipmap文件夹会发生什么不好的事情?
更新。请阅读这个问题,我知道,mipmap文件夹适用于应用图标。
问题是为什么我无法使用它其他资源?
Upd2。如果您对此问题加减号,请考虑发布评论及解释。
答案 0 :(得分:0)
mipmap文件夹仅用于放置您的应用/启动器图标(显示在主屏幕上)。
It's best practice to place your app icons in mipmap- folders
(not the drawable- folders) because they are used at resolutions
different from the device's current density.