← 返回命令列表

Linux command

apkeep 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Download

apkeep -a [com.example.app] .

Example

apkeep -a [com.example.app]@[version] .

Example

apkeep -a [com.example.app] -c [credentials.txt] .

Example

apkeep -a [com.example.app] -l

说明

apkeep downloads APK files from Google Play Store and other Android app sources. It can fetch current or specific historical versions of applications, useful for security research, app archival, or accessing region-restricted apps. The tool authenticates with Google Play to download APKs, requiring valid credentials or tokens.

参数

-a _package_
Application package name (optionally with @version)
-c _file_
Credentials file
-l
List available versions
-d _device_
Device configuration to spoof
-s _source_
Source: googleplay, apkmirror, fdroid
-o _format_
Output format

FAQ

What is the apkeep command used for?

apkeep downloads APK files from Google Play Store and other Android app sources. It can fetch current or specific historical versions of applications, useful for security research, app archival, or accessing region-restricted apps. The tool authenticates with Google Play to download APKs, requiring valid credentials or tokens.

How do I run a basic apkeep example?

Run `apkeep -a [com.example.app] .` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -a _package_ do in apkeep?

Application package name (optionally with @version)