← 返回命令列表

Linux command

anbox 命令

文本

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

常用示例

Example

anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity

说明

anbox runs Android applications on any Linux operating system. It puts the Android operating system into a container, abstracts hardware access, and integrates core system services into a Linux environment.

参数

launch
Launch an Android application
--package
Specify the Android package name to launch
--component
Specify the component/activity to launch

FAQ

What is the anbox command used for?

anbox runs Android applications on any Linux operating system. It puts the Android operating system into a container, abstracts hardware access, and integrates core system services into a Linux environment.

How do I run a basic anbox example?

Run `anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does launch do in anbox?

Launch an Android application