不知道从什么时候开始,我在项目中图片资源已经不使用 drawable 文件夹了,都改到 mipmap下了,今天才发现搞错了
mipmap 只是用来放 launcher icons,官网上写的很明确
http://developer.android.com/intl/zh-cn/tools/projects/index.html#ApplicationModules
mipmap/
For app launcher icons...
不知道从什么时候开始,我在项目中图片资源已经不使用 drawable 文件夹了,都改到 mipmap下了,今天才发现搞错了
mipmap 只是用来放 launcher icons,官网上写的很明确
http://developer.android.com/intl/zh-cn/tools/projects/index.html#ApplicationModules
mipmap/
For app launcher icons...