- When you are trying to make apk file with your code on Android Studio, you will notice that there are two files generated in directory.
- unaligned file is just intermediate product.
Generating apk file is two step process
- the unaligned apk is generated
- the unaligned gets aligned and produces the aligned apk.