mirror of
https://abf.rosa.ru/djam/anbox.git
synced 2025-02-23 15:42:49 +00:00
52 lines
1.2 KiB
Groff
52 lines
1.2 KiB
Groff
.TH anbox 1 "Jan 2021"
|
|
|
|
.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 ROSA. 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.ROSA
|
|
|
|
.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)
|
|
and was adapted for ROSA by mikhailnov <m.novosyolov@rosalinux.ru>.
|