heremaps / here-android-sdk-examples

Java-based projects using the HERE SDK for Android.
Apache License 2.0
145 stars 191 forks source link

APK size increase in HERE Maps Android SDK #359

Open Haider-Ali-RoR opened 4 years ago

Haider-Ali-RoR commented 4 years ago

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.

NazarKacharaba commented 4 years ago

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.