【发布时间】:2016-03-11 11:07:12
【问题描述】:
正如 Google 提到的 ART 运行时 (AOT) 应用程序将以 oat 格式/完全以本机代码编译。
已检查 Nexus 6P 设备和系统应用程序有 oat 文件夹,但内部 odex 文件存在。我期待类似于 boot.oat 的相应 oat 文件 据我所知,odex 只是 dalvik 使用 dexopt 工具时使用的优化 dex。
ART 应该在安装过程中使用 dex2oat 那么为什么要存储 odex 文件。
有人可以解释一下这种行为吗?
谢谢, 维奈
【问题讨论】:
标签: android compilation dalvik android-runtime