Skip to content

Android app support

PhilProg edited this page Aug 7, 2023 · 2 revisions

Android apps support (Waydroid)

A container-based approach to boot a full Android system on a regular GNU/Linux system.

To install Waydroid, run the following in your command line:

# apt update
# apt install waydroid

Waydroid with GAPPS

If you really want them, Waydroid can support Google services:

sudo apt install waydroid
sudo rm /usr/share/waydroid-extras/images/*
sudo waydroid init -f -s GAPPS

Beware that this will delete your pre-existing Waydroid images if you had installed before already, you may want to use mv to move the images instead of deleting them with rm.