Scroll to navigation

anbox(1) General Commands Manual anbox(1)

NAME

anbox - run Android in a box

SYNOPSIS

anbox [command options] [arguments...]

COMMANDS

Print various information about the system we're running on
Check that the host system supports all necessary features
Run the the anbox session manager
Start the container manager service
Launch an Activity by sending an intent
prints a short help message
print the version of the daemon
Wait until the Android system has successfully booted

DESCRIPTION

Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu. In other words: Anbox will let you run Android on your Linux system without the slowness of virtualization.

EXAMPLES

To launch an Android application from command line:

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

SEE ALSO

/usr/share/doc/anbox/README.Debian

AUTHOR

This manual page was written by Shengjing Zhu <zhsj@debian.org>, for the Debian GNU/Linux system (but may be used by others).

Oct 2019