panpf / sketch

Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnails, Exif Orientation, etc.
Apache License 2.0
2k stars 307 forks source link

2.7.1升级 api 改动问题 #164

Closed yangdong123 closed 1 year ago

yangdong123 commented 1 year ago

2.7.1升级 到最新版本部分api 没有了

panpf commented 1 year ago

3.几版本完全重构了,当一个新的库用就行了,需要视情况和成本决定是否升级

yangdong123 commented 1 year ago

导入库 类找不到 SpiderMan: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/github/panpf/sketch/target/ImageViewDisplayTarget;

panpf commented 1 year ago

Sketch 能找到吗?ImageViewDisplayTarget 跟 Sketch 是同一个包的,如果 Sketch 找的到可能是别的原因,需要你自己解决。如果都找不到你看看是不是依赖没有导入成功