Android 上的即时 运行 文件是什么?

What is instant-run file on Android?

当我 运行 Android Studio 中的应用程序并且我看到所有应用程序的文件 (fileList()) 时,有即时 运行 文件。这是什么文件??我删除了它,没有任何变化。

这是 Android Studio 在 2.0 版中引入的功能。它可以快速将新代码与旧代码交换,使我们几乎可以立即看到结果。作为此过程的副产品,IDE 可能会生成一些文件,但您不必担心它们。

... Instant Run is a behavior for the Run and Debug commands that significantly reduces the time between updates to your app. Although your first build may take longer to complete, Instant Run pushes subsequent updates to your app without building a new APK, so changes are visible much more quickly. ...

详情请看这里:https://developer.android.com/studio/run/index.html#instant-run