Apk, apk size and app bundles (.aab) in android

Table of contents

No heading

No headings in the article.

We have two type of apks :

  1. 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.
  2. Universal apk: In this, all the libraries are added