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
2.01k stars 307 forks source link

怎么添加了Gif这个依赖包,会导致项目map.getMap()返回的对象为空??? #100

Closed chaim-chen closed 5 years ago

panpf commented 5 years ago

确认是添加了 sketch-gif 导致的吗?

chaim-chen commented 5 years ago

不添加这个依赖没问题,也可能是.so文件不完整导致的

panpf commented 5 years ago

map.getMap() 的 map 是什么?

chaim-chen commented 5 years ago

地图控件

panpf commented 5 years ago

那你得 debug 看看为啥返回 null

chaim-chen commented 5 years ago

没事,有时间再看看