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 bugs
- Waydroid integration is currently broken (things like
waydroid app installare not working), useadb installinstead
Installation
Note
Check here for more information
Important
Use this fork of waydroid_script to install GApps
Complete Google Play Certification, otherwise you won't be able to log in with your Google account.
- Download
lineage-22.2-xxxxxxxx-UNOFFICIAL-waydroid_x86_64.zipbelow - Extract
system.imgandvendor.imgfrom the downloaded archives - Copy
system.imgandvendor.imgto/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