How to manage addonsΒΆ
In Anbox Cloud, addons can be used to customize images that are used for instances. See Addons and Addon manifest to learn about addons in detail.
You can use addons to, for example:
Enable SSH access for automation tools (see How to create an addon)
Set up user-specific data when starting an application (see Example: Back up data)
Install additional tools in the instance (see Example: Install tools)
Back up data when the instance is stopping (see Example: Back up data)
Configure the Android system before running the application (see Example: Customize Android)
Provide support for other platforms (see Example: Emulate platforms)
If you have used addons before Anbox Cloud 1.12, see How to migrate from previous versions to update your addons to use the new hooks.