3

正在下载图像并在内存中缓存。但是当我关闭互联网连接时没有显示图像。我希望应该显示来自磁盘缓存的图像。我已检查图像是否已下载到 /data/data//cache/picasso-cache

当我调试 BitmapHunter 时出现异常,方法 run():

java.net.ConnectException:15000 毫秒后无法连接到 /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>
4

0 回答 0