什么是"增量敏捷"在机器人工作室的选择呢? [英] What does the "Incremental Dex" option in Android Studio do?

查看:120
本文介绍了什么是"增量敏捷"在机器人工作室的选择呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Android的工作室,当您选择在项目结构窗口中的模块,在属性选项卡中有一个选项设置增量敏捷为真或假。究竟是什么做的,而当它应该被使用?

In Android Studio, when you select a module in Project Structure window, under Properties tab there is an option to set "Incremental Dex" to true or false. What exactly does it do, and when should it be used?

推荐答案

这是一个类似增量构建,其中仅如果输入文件已被修改,建立重新构建它的输出。它以减少建造时间是很有用的。

It is similar to incremental build, which re-builds its outputs by only building if an input file has been modified. It is useful to reduce the build time.

仅修改模块的DEX文件被重新计算,并重新包装成APK文件 从<一个取href="https://developer.android.com/tools/building/multidex.html">https://developer.android.com/tools/building/multidex.html

"only the dex files of modified modules are recomputed and repackaged into the APK file" taken from https://developer.android.com/tools/building/multidex.html

这篇关于什么是&QUOT;增量敏捷&QUOT;在机器人工作室的选择呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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