github supechicken/waydroid-builds 20260302
20260302 (LineageOS 23.2, Android 16 QPR2)

pre-release27 days ago

Warning

Do not mirror my builds! Please post a link to this repository instead.

Note

This image is also available on SourceForge

Important

Clean install is recommended.

If you encounter any error after upgrading from previous releases, try wiping Waydroid's storage directory first

# equivalent to factory reset, all data will be LOST
rm -rf ~/.local/share/waydroid
rm -rf /var/lib/waydroid/overlay*
sudo waydroid init -f

Known issues

  • Waydroid integration is currently broken (things like waydroid app install are not working), use adb install instead
  • Poor ARM support for x86 builds, try my Android 14 build if you want better compatibility with ARM-only apps
  • Network does not work by default, run sudo waydroid shell settings put global captive_portal_mode 0 to fix it

Changelog

  • Fixed mediaserver crash during system boot (#8)
  • Spoof build fingerprint as Pixel Tablet, no more Play certification is required for Google account sign-in

Installation

Method 1: Install with waydroid command (recommended)

  • Re-initialize Waydroid with WayDroid-ATV OTA server (NOTE: replace GAPPS with VANILLA if you want non-GApps build)
sudo waydroid init -f \
  -c https://waydroid-atv.github.io/ota/a16/system \
  -v https://waydroid-atv.github.io/ota/a16/vendor \
  -r lineage \
  -s GAPPS
  • Download images with Waydroid
sudo waydroid upgrade

Method 2: Download and install manually

Note

Check here for more information

  • Download lineage-23.2-xxxxxxx-GAPPS-waydroid_tv_xxxxx-system.zip and lineage-23.2-xxxxxxx-MAINLINE-waydroid_tv_xxxxx-vendor.zip below (NOTE: replace GAPPS with VANILLA if you want non-GApps build)
  • Extract system.img and vendor.img from the downloaded archives
  • Copy system.img and vendor.img to /etc/waydroid-extra/images/:
sudo mkdir -p /etc/waydroid-extra/images/
sudo cp <PATH TO SYSTEM IMAGE> /etc/waydroid-extra/images/system.img
sudo cp <PATH TO VENDOR IMAGE> /etc/waydroid-extra/images/vendor.img
  • Re-initialize Waydroid setup:
sudo waydroid init -f

Don't miss a new waydroid-builds release

NewReleases is sending notifications on new releases.