.VDEX 文件扩展名

Validated Dalvik Executable File

开发者 Google
受欢迎程度
3.5  |  6 
 

什么是 VDEX 文件?

A VDEX file is created by the Android operating system to speed up the load time of an Android app (.APK file). It contains pre-validated .DEX files, which Android does not need to re-extract and re-verify when recompiling an app.

更多信息

In 2019, Google introduced the VDEX file format. The VDEX format was another iteration in Google's attempts to optimize Android apps' compilation and loading process. When a user installs an Android app, Android automatically optimizes that app and creates a corresponding .OAT and VDEX file. Referencing these files, rather than recompiling apps upon each load or update, allows Android to load apps more quickly, creating a better user experience.

VDEX files contain optimized versions of previously validated DEX (Dalvik Executable) files, which Android has noted that it does not need to re-extract and re-verify when recompiling an app. VDEX files are typically stored alongside OAT files, in an Android device's /​data/​dalvik-cache directory.

如何打开 VDEX 文件

VDEX files are not meant to be opened. If necessary, Android developers can use vdexExtractor (cross-platform) to extract DEX files from a VDEX file.

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

可打开或引用 VDEX 文件的程序

Windows
Mac
Linux
Android
操作系统自带
分类: 系统
更新时间: 2021-02-15

验证者 FileInfo.com

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

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