Package Details: waydroid 1.5.0-1

Git Clone URL: https://aur.archlinux.org/waydroid.git (read-only, click to copy)
Package Base: waydroid
Description: A container-based approach to boot a full Android system on a regular Linux system
Upstream URL: https://waydro.id/
Licenses: GPL-3.0-or-later
Submitter: Danct12
Maintainer: Danct12
Last Packager: Danct12
Votes: 138
Popularity: 10.86
First Submitted: 2021-09-12 03:33 (UTC)
Last Updated: 2025-03-07 10:30 (UTC)

Pinned Comments

Danct12 commented on 2021-09-21 06:23 (UTC) (edited on 2021-10-08 16:06 (UTC) by Danct12)

Before install Waydroid, make sure that your kernel supports binder and ashmem module (currently only linux-zen does)

Keep in mind that Waydroid only works with Wayland compositors. It also does not work yet with proprietary NVIDIA driver.

After install waydroid and waydroid-image, run this command to initialize the container:

# waydroid init

Then the container can be started via waydroid-container.service. The official project group/channel can be found on:

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

<deleted-account> commented on 2023-01-20 22:53 (UTC)

You need to run pip3 install Cython before installing this package. It is needed to compile python-gbinder.

antihumanitarian commented on 2023-01-16 22:25 (UTC)

As of 1/16/23 I'm having issues installing, was getting an error about python missing gbinder module. The python-gbinder AUR repo installs to system python 3.11, but currently 3.10 is the version in main. So if you edit the python-gbinder PKGBUILD to checkout commit 79d40e9e564772973f7f085ed5c48e3fc625e0f5 it'll build for 3.10, then you gotta copy it over. Hope this helps.

bkb commented on 2023-01-04 09:55 (UTC)

ERROR: [Errno 2] No such file or directory: '/dev/binderfs/binder-control'

bkb commented on 2023-01-03 15:34 (UTC) (edited on 2023-01-04 09:56 (UTC) by bkb)

Missing dependency modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.0.12-arch1-1. Add mandatory linux-zen(linux-zen-git,...) or dkms

n4r3n commented on 2022-12-17 11:15 (UTC)

Please add which to dependencies, waydroid won't start without it (the network scripts needs it): https://github.com/waydroid/waydroid/issues/359

facet commented on 2022-11-08 04:57 (UTC)

Repeating report Failed to get service waydroidplatform, trying again, https://github.com/waydroid/waydroid/issues/282

sidevesh commented on 2022-09-06 08:49 (UTC)

This also requires wl-clipboard package to work, should be listed as an optional dependency.

chiyuki0325 commented on 2022-06-08 06:14 (UTC)

https://aur.archlinux.org/packages/waydroid#comment-827070

Just delete anbox's network bridge

grdgkjrpdihe commented on 2022-06-08 02:33 (UTC)

after update kernel to 5.18. run waydroid upgrade -o to add sys.use_memfd=true in /var/lib/waydroid/waydroid_base.prop. some of android will override sys.use_memfd to false.

mount /usr/share/waydroid-extra/images/system.img somewhere
cd somewhere
grep -Ir sys.use_memfd

to find them. and use your favorite editor to remove them

enihcam commented on 2022-05-28 14:34 (UTC)

@doctorcolossus same issue here after following the instruction.