Hi Team,
I am trying to download a mmpk file to my device and then display it. Map size is 93MB.
When i try to call
val portalItemData = portalItem.fetchData()
it throws an exception,
Failed to allocate a 97621424 byte allocation with 25149440 free bytes and 89MB until OOM, target footprint 132745784, growth limit 201326592
If try the sample map download example, its size is 6.4MB. I am able to download it.
Is there any workaround for this?