Package Details: waydroid 1.4.2-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
Submitter: Danct12
Maintainer: Danct12
Last Packager: Danct12
Votes: 103
Popularity: 5.93
First Submitted: 2021-09-12 03:33 (UTC)
Last Updated: 2023-11-06 19:55 (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 Next › Last »

plokid commented on 2023-02-25 12:39 (UTC)

dbus-python should be its dependence

C_Schmidpeter commented on 2023-02-25 11:18 (UTC)

@dcryptr Strange, v1.4 works for me

dcryptr commented on 2023-02-25 11:10 (UTC)

Sorry, why am i getting this error after i upgrade to waydroid-1.4.0?

lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"

it worked perfectly before with version 1.3.4. is it a problem with python-gbinder?

GalaxySnail commented on 2023-02-22 13:43 (UTC)

which command is no longer required in waydroid 1.4.0, it can be removed from dependencies.

Danct12 commented on 2023-02-22 07:09 (UTC)

Sorry everyone for not updating in a week! I was busy with other stuffs. So I'll be back on working now.

rosenberg 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