.APKS 文件扩展名

APK Set Archive

开发者 Google
受欢迎程度
3.8  |  96 
 

什么是 APKS 文件?

An APKS file is an APK set archive that contains a set of .APK files optimized for different Android devices, targeting specific screen sizes, CPU architectures, or language settings. APKS files are saved in a ZIP-based format, which means you can extract their contents with many standard file compression tools.

更多信息

Developers typically create APKS files using bundletool, an official command-line utility maintained by Google. It works with Android App Bundles (.AAB files) to generate sets of APKs tailored for different devices. For example, developers can build an APKS file using a command like:

bundletool build-apks --bundle=/path/to/app.aab --output=/path/to/app.apks

They can also install the appropriate APKs from the archive onto a connected device using:

bundletool install-apks --apks=app.apks

注: APKS files are primarily used by developers to test apps across different device configurations before publishing. Some third-party tools may also create APKS files when exporting apps, but this is less common.

如何打开 APKS 文件

You can open APKS files with bundletool to install the app on a device, or extract it with a file compression utility to view the individual APK files. However, the APKs are intended to be used together, and installing them manually without the proper tool may not work correctly.

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

可打开 APKS 文件的程序

Windows
Mac
Linux
Android
Chrome OS
分类: 开发者
更新时间: 2026-04-01

验证者 FileInfo.com

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

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