Linux

How to install Waydroid on Debian 11 | Install Waydroid on Linux | Run Android on Debian 11 Bullseye



How to install Waydroid on Debian 11 | Install Waydroid on Linux | Run Android on Debian 11 Bullseye | Waydroid is a container-based approach to running an entire Android system on a regular GNU/Linux system like Debian. Waydroid brings all the apps you love, right to your desktop, and works alongside your Linux apps. The Android device inside the container has direct access to the required hardware. The Android runtime environment comes with a minimal custom Android system image based on LineageOS. The image currently used is based on Android 10 installation steps: 1. Install Prerequisites [ lxc | curl | ca-certificates | apt-transport-https ]
2. Check out Python3 3. Add Waydroid Repository for Debian 11 Bullseye [ DISTRO=”bullseye” ]
4. Install Waydroid [ sudo apt install waydroid ]
5. Configure Waydroid [ sudo waydroid init ]
6. Start the waydroid container [ sudo waydroid container start ]
7. Launch a Waydroid session [ waydroid session start ]
8. Enjoy Waydroid Debian 11 Bullseye Tips: 1. Always update Debian 11 before installing anything on it. 2. Reboot after Waydroid init 3. You can start waydroid manually from apps list. 4. It only works in wayland sessions



source

Related Articles

Leave a Reply

Back to top button