【问题标题】:Where does picasso (android image library) store the images?毕加索(android 图像库)在哪里存储图像? 【发布时间】:2019-10-22 17:40:27 【问题描述】: 很抱歉这个愚蠢的问题。毕加索将图像缓存在android文件系统的哪个文件夹下?我正在使用毕加索 2.5.2 【问题讨论】: 标签: picasso 【解决方案1】: context.getApplicationContext().getCacheDir(), 毕加索缓存 【讨论】: