qingmei2 / MVVM-Architecture

The practice of MVVM + Jetpack architecture in Android.
1.83k stars 282 forks source link

android4.4 Me页面无法显示头像 #32

Closed shijunhong closed 4 years ago

shijunhong commented 4 years ago

Could not find class 'de.hdodenhof.circleimageview.CircleImageView$OutlineProvider', referenced from method de.hdodenhof.circleimageview.CircleImageView.init circleimageview这个库出的问题,我看了下这个库的issue https://github.com/hdodenhof/CircleImageView/issues/260 叽里呱啦说了一大堆看的不是很明白,不过看到了把版本改成2.1,现在这个项目是用的2.2的,我尝试修改了下,就显示了。

qingmei2 commented 4 years ago

@shijunhong

谢谢你的反馈,请问你有兴趣提PR吗 😄

qingmei2 commented 4 years ago

最新的代码已提交,由于版本适配不是这个repo的主要功能,因此不针对该bug进行修复了哈。

最新的更新日志参考 这里