1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
.TH anbox 1 "Oct 2019"
.SH NAME
anbox - run Android in a box
.SH SYNOPSIS
.B anbox [command options] [arguments...]
.SH COMMANDS
.TP
system-info
Print various information about the system we're running on
.TP
check-features
Check that the host system supports all necessary features
.TP
session-manager
Run the the anbox session manager
.TP
container-manager
Start the container manager service
.TP
launch
Launch an Activity by sending an intent
.TP
help
prints a short help message
.TP
version
print the version of the daemon
.TP
wait-ready
Wait until the Android system has successfully booted
.SH 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.
.SH EXAMPLES
To launch an Android application from command line:
anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
.SH SEE ALSO
.B /usr/share/doc/anbox/README.Debian
.SH AUTHOR
This manual page was written by Shengjing Zhu <zhsj@debian.org>,
for the Debian GNU/Linux system (but may be used by others).
|