Apk, apk size and app bundles (.aab) in android
We have two type of apks :
Android CPU architecture specific apk ("armeabi-v7a", "x86", "arm64-v8a", "x86_64") : In this, the libraries which are specific to other architectures aren't included, only required libraries are included.
Universal apk: ...
codewithsapiens.hashnode.dev1 min read