APP-debug.apk和app-调试unaligned.apk的区别区别、debug、APP、apk

由网友(老衲法號帥哥)分享简介:在机器人工作室与构建变量设置为调试模式,我发现APK两种输出In android studio with build variant set to "debug" mode, I found two outputs of apk APP-debug.apk 应用程序调试-unaligned.apk 什么是这些文件之...

在机器人工作室与构建变量设置为调试模式,我发现APK两种输出

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

APP-debug.apk 应用程序调试-unaligned.apk

什么是这些文件之间的差异?

What is the differences between those files?

推荐答案

未对齐的apk只是一个中间的apk。首先,将未对齐的apk被产生。然后,未对齐的apk被对准并产生对齐的apk这是该应用-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.

阅读全文

相关推荐

最新文章