IllegalArgumentException: Unmanaged descriptor using gms.maps.model.Marker.setIcon

后端 未结 10 2039
眼角桃花
眼角桃花 2020-12-14 05:39

I have an app that use android-maps-utils and glide for marker icons.
I got an error report using Firebase crash reporting which I can\'t track in source code because

10条回答
  •  -上瘾入骨i
    2020-12-14 06:13

    Had the same exception after adding cluster. I fixed it by calling:

    clusterManager.clearItems()
    

    Instead of calling method I used before, without cluster:

    googleMap.clear();
    

提交回复
热议问题