Android Apk Size #615
Answered
by
sargunv
Shadowarden760
asked this question in
Q&A
Android Apk Size
#615
-
Beta Was this translation helpful? Give feedback.
Answered by
sargunv
Sep 15, 2025
Replies: 1 comment 3 replies
-
This is the native shared library for MapLibre Native: https://github.com/maplibre/maplibre-native. The size you see is consistent with other apps using MapLibre Native. For example, I have Lyft installed on my phone and the libmaplibre.so is 12MB of that app. There are multiple copies of the shared object in the apk, one for each architecture. When installed on a device, only the one relevant to the device architecture will be installed so the actual size of the app is smaller. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Shadowarden760
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the native shared library for MapLibre Native: https://github.com/maplibre/maplibre-native.
The size you see is consistent with other apps using MapLibre Native. For example, I have Lyft installed on my phone and the libmaplibre.so is 12MB of that app.
There are multiple copies of the shared object in the apk, one for each architecture. When installed on a device, only the one relevant to the device architecture will be installed so the actual size of the app is smaller.