> For the complete documentation index, see [llms.txt](https://docs.waydro.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.waydro.id/faq/community-projects-we-like.md).

# Community Projects We Like

#### Waydroid Script

User @casualsnek has put together a tool that will help Waydroid users install OpenGapps, root with Magisk, and install libndk-translation libraries for ARM emulation.

{% embed url="<https://github.com/casualsnek/waydroid_script>" %}

#### Droid-NDK-Extractor

User @sickcodes has put together a script that will download (using Android-Generic Projects emu-x86 repo) and extract the libndk-translation libs from Google's Android Studio emulator images.

{% embed url="<https://github.com/sickcodes/Droid-NDK-Extractor>" %}

#### Darth Wadr

User @aditya24raj has put together an alternative install script using bash that helps to automatically perform the needed steps for installing Waydroid without hastle.

{% embed url="<https://github.com/aditya24raj/darth_waydr>" %}

#### Waydroid BigLinux

The folks at BigLinux have some configuration tools that help run Waydroid on that platform:

{% embed url="<https://github.com/biglinux/waydroid-biglinux>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.waydro.id/faq/community-projects-we-like.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
