I have used Premium Android SDK of HERE Maps API and implemented demo app. But my application size is 65 MB.
Also I have enabled shrinkResources
in app build.gradle
file as follows, but this didn't work for me.
android {
// Other settings
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
So, my question is how can we reduce APK size used in Android SDK on HERE Maps API.