Hi
I followed the instructions for reducing the APK size as listed here by enabling splitting (build.gradle attached):
https://developers.arcgis.com/android/license-and-deployment/reducing-your-apk-size/
When I do a build with just arm64 included I still end up with an APK of of 75.9 MB and a download size of 31.8 MB, which is significantly more than the numbers mentioned in that article. Is this the expected size for the latest version of the runtime SDK, or is there something misconfigured in my build?
Ideally I would like to add no more than 10 MB in download size for the maps feature of our app. Is this possible using the ArcGIS Runtime SDK?