.ODEX 文件扩展名

Optimized Dalvik Executable

开发者 不适用
受欢迎程度
3.5  |  39 
 

什么是 ODEX 文件?

An ODEX file is created by the Android operating system to increase the boot speed of an Android app (an .APK file). It is located alongside an APK file and contains optimized code that speeds up the app load process via the system's Dalvik process virtual machine. Beginning with version 5.0 "Lollipop" (2014), Android discontinued Dalvik and no longer uses ODEX files.

更多信息

ODEX files are optimized versions of DEX files, which contain the executable code for an Android app. While DEX files generically run on all Android devices, ODEX files are optimized for the specific device on which they reside. They not only help load speed but also decrease the amount of space required for the app.

Android creates ODEX files for apps before they are run. These files contain the same filename prefix as their corresponding APK file (e.g., MyApp.apk and MyApp.odex). The data in ODEX files replaces data used in the equivalent DEX file (classes.dex) stored inside the APK file.

注: Dalvik is the name given to the virtual machine that runs the compiled code for Android apps. Therefore, an optimized DEX file, or ODEX file, is optimized for execution by the Dalvik virtual machine.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 ODEX 文件的程序

Windows
免费
Mac
免费
Linux
免费
Android
操作系统自带
分类: 系统
更新时间: 2016-05-31

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Optimized Dalvik Executable 文件格式和 Mac, Windows, Linux, and Android 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们