mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# anbox
|
|
|
|
> Run Android applications on any Linux operating system.
|
|
> More information: <https://manned.org/anbox>.
|
|
|
|
- Launch Anbox into the app manager:
|
|
|
|
`anbox launch --package={{org.anbox.appmgr}} --component={{org.anbox.appmgr.AppViewActivity}}`
|