- This topic has 0 replies, 1 voice, and was last updated 4 weeks, 1 day ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.

Uniting People
What makes us different from other similar websites? › Forums › Tech › Android on Debian Based Linux
Tagged: android, Android on Linux, Install Android, Linux, Waydroid, Weston
To install:
$ sudo apt install curl ca-certificates -y
$ curl -s https://repo.waydro.id | sudo bash
$ sudo apt install waydroid -y
Open:
Waydroid, and let it download what it needs to run. Click done when you see it is done, in the logs.
Fix, If you see nothing, do the following:
$ sudo apt install weston -y
$ weston
Inside Weston, click the terminal window at the top and run:
$ sudo waydroid init
$ waydroid session start'
<strong>Inside Weston, click minimize terminal window and open a new terminal window:</strong>
'$ waydroid show-full-ui
Remove:
# 1. Stop the processes
$ waydroid session stop
$ sudo systemctl stop waydroid-container
# 2. Remove the software
$ sudo apt remove --purge waydroid weston -y
$ sudo apt autoremove -y
# 3. Wipe the data folders (system and user)
$ sudo rm -rf /var/lib/waydroid
$ sudo rm -rf ~/.local/share/waydroid
$ rm -rf ~/.local/share/applications/waydroid.*
$ rm -rf ~/.local/share/desktop-directories/waydroid*
$ rm -rf ~/.share/waydroid
# 4. Clean up the repo and keys
$ sudo rm /etc/apt/sources.list.d/waydroid.list
$ sudo rm /usr/share/keyrings/waydroid.gpg
$ sudo apt update