app-debug.apk 和 app-debug-unaligned.apk 的区别 [英] Difference between app-debug.apk and app-debug-unaligned.apk

查看:34
本文介绍了app-debug.apk 和 app-debug-unaligned.apk 的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在构建变体设置为调试"模式的android studio中,我发现了两个apk输出

In android studio with build variant set to "debug" mode, I found two outputs of apk

  • app-debug.apk
  • app-debug-unaligned.apk

这些文件之间有什么区别?

What is the differences between those files?

推荐答案

未对齐的 apk 只是一个中间 apk.首先,生成未对齐的apk.然后,未对齐的 apk 对齐并生成对齐的 apk,即 app-debug.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.

这篇关于app-debug.apk 和 app-debug-unaligned.apk 的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆