如何解决mapactivity并发修改异常?
我正在开发一个应用程序,该应用程序使用地图活动和逐项覆盖类来跟踪和显示地图上的标记。但我有时会遇到并发修改异常。
I am developing an application that is using map activity and itemized Overlay class for tracking and displaying the markers on the map. But I am getting some times concurrent modification exception.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您从 UI 线程以外的任何其他线程添加/删除 Overlay 中的项目,您将遇到此异常。
If you are adding/removing items from the Overlay from any other thread other than the UI thread, you will come across this exception.