Square Picasso不显示光盘缓存中的图像

时间:2013-09-05 10:05:58

标签: android caching image-caching picasso

在内存中下载图像和缓存正在运行。 但是,当我关闭互联网连接时,没有显示的图像。我希望应该从光盘缓存中显示图像。我已检查过图像是否已下载到/ data / data // cache / picasso-cache

当我调试时,有一个例外 BitmapHunter,方法run():

java.net.ConnectException:15000ms后无法连接到/192.168.1.111(端口8080):连接失败:ENETUNREACH(网络无法访问)

我没有以任何方式在我的项目中设置光盘缓存,我只添加了新的maven依赖“okhttp”,除了picasso

    <dependency>
        <groupId>com.squareup.picasso</groupId>
        <artifactId>picasso</artifactId>
        <version>2.0.0</version>
    </dependency>

    <dependency>
        <groupId>com.squareup.okhttp</groupId>
        <artifactId>okhttp</artifactId>
        <version>1.2.1</version>
    </dependency>

0 个答案:

没有答案