Hi folks,
We are using the Android Runtime SDK 100.7.
When compiled, the apk is huge!, analyzing the file, there's a library libruntimecore with size over 60 megabytes.
This is a native android app btw.
Any idea why is that happening
Solved! Go to Solution.
If you configure your build script so it targets the intended architecture which is likely to be ARM you can reduce this quite a lot. I can see you are including x86 (used for emulators), ARM 32bit and ARM 64bit.
Read this article https://developers.arcgis.com/android/license-and-deployment/reducing-your-apk-size/ and you'll get a better idea of what you need to do.
If you configure your build script so it targets the intended architecture which is likely to be ARM you can reduce this quite a lot. I can see you are including x86 (used for emulators), ARM 32bit and ARM 64bit.
Read this article https://developers.arcgis.com/android/license-and-deployment/reducing-your-apk-size/ and you'll get a better idea of what you need to do.
Yeah, It reduced the size a lot. Thanks
Yep, the previous advice is correct. In addition, highly recommend you to compare the apk version with ArcGIS SDK and without it. You can easily do it with Android Studio