> 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/using-adb-with-waydroid.md).

# Using ADB with Waydroid

Grab waydroid IP address from **Android Settings-> About**

And start adb:

```
adb connect <IP>:5555
```
