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

后端 未结 10 2061
眼角桃花
眼角桃花 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条回答
  •  情书的邮戳
    2020-12-14 06:04

    I fixed it by calling the following method.

    clusterManager.clearItems()
    

    After that, you can set bitmap to the markers.

提交回复
热议问题