Difference Between App-Debug.Apk and App-Debug-Unaligned.Apk

Difference between app-debug.apk and app-debug-unaligned.apk

The unaligned apk is just an intermediate apk. First, the unaligned apk is generated. Then, the unaligned apk gets aligned and produces the aligned apk which is the app-debug.apk. You can read more about it over here.

Unaligned apk and Unsigned apk Similarities and differences

The unaligned Apk is an intermediate Apk.

When we run app, first, the unaligned apk is generated. after that , the unaligned apk gets aligned and produces the aligned apk which is the your app-debug.apk.

For more information read documentaion click here

why unaligned apk is needed?

It is a two step process. The unaligned apk is just an intermediate product.

  1. the unaligned apk is generated
  2. the unaligned gets aligned and produces the aligned apk


Related Topics



Leave a reply



Submit