2026年4月16日 星期四

Linux Mint 22.3 install Waydroid

Make sure you have Wayland Session enabled (Ubuntu 22.04+)

https://linuxconfig.org/how-to-enable-disable-wayland-on-ubuntu-22-04-desktop
linuxconfig.org
Install pre-requisites





sudo apt install curl ca-certificates -y
Add the official repository


curl -s https://repo.waydro.id | sudo bash
If the script fails to detect your distribution, you can provide a valid option by appending -s <DISTRO>. Currently supported values are: mantic, focal, jammy, kinetic, lunar, noble, plucky, questing, bookworm, bullseye, trixie, sid

Install waydroid


sudo apt install waydroid -y

Then start Waydroid from the applications menu.



initialize Waydroid




initialized and run


run Android 13 LineageOS 20 with Google Play


if no internet in Waydroid

ip route show

default via 192.168.0.1 dev enp44s0 proto dhcp src 192.168.0.5 metric 100

sudo ufw route allow in on waydroid0 out on enp44s0


sudo ufw route allow in on enp44s0 out on waydroid


sudo ufw allow 53/udp


sudo ufw allow 67/udp


相關文章 :

沒有留言: