here-android-sdk-examples icon indicating copy to clipboard operation
here-android-sdk-examples copied to clipboard

APK size increase in HERE Maps Android SDK

Open Haider-Ali-RoR opened this issue 4 years ago • 1 comments

I have used Premium Android SDK of HERE Maps API and implemented in my app. But my application size is increased 130 MB before this my app size was 44 MB.

Haider-Ali-RoR avatar Apr 09 '20 13:04 Haider-Ali-RoR

HERE SDK AAR now contains architecture for 3 platforms: ARMv7(32bit), ARMv8((64bit) and x86. That is why size is increased. You can split APK using build Gradle option.

NazarKacharaba avatar Apr 10 '20 13:04 NazarKacharaba