Install Android Apps on Linux Using Waydroid
1. Waydroid Installation Steps for Linux Mint
- Open a terminal and run the following commands to install Waydroid:
# Install pre-requisites sudo apt install curl ca-certificates -y # Add the official repository curl -s https://repo.waydro.id | sudo bash # Download and install Waydroid sudo apt install waydroid -y # Start container service (if not started automatically) sudo systemctl enable --now waydroid-container # Download Android image VANILLA (no Google) for Waydroid sudo waydroid init -s VANILLA
- If you want or need to use Google Play Store, replace
VANILLA
withGAPPS
in the command above: - After installation you can start Waydroid by running: