android MapView always causes an OutOfMemoryError in nested elements

后端 未结 7 1476
我在风中等你
我在风中等你 2020-12-03 12:55

I am trying to create a MapView (currently without any overlays) inside some nested elements. It is basically something like ScrollView -> RelativeLayout -> Rela

7条回答
  •  悲&欢浪女
    2020-12-03 13:08

    Actually its caused by placing the MapView in a Scrollview. See android MapView always causes an OutOfMemoryError in nested elements for more information.

提交回复
热议问题