why unaligned apk is needed?

后端 未结 2 1518
抹茶落季
抹茶落季 2020-11-29 17:47

Android gradle produces apk in two binaries: unaligned and aligned.

The document said...

Once you have signed the APK with your private key, r

2条回答
  •  再見小時候
    2020-11-29 18:23

    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

提交回复
热议问题