From 095de071353362aefe04252350b8a6ea8aa08202 Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Thu, 14 May 2026 16:03:34 +0530 Subject: [PATCH] docs(platforms): link Android Play Store app --- docs/platforms/android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/android.md b/docs/platforms/android.md index 203f8981d41..0ccad3d1684 100644 --- a/docs/platforms/android.md +++ b/docs/platforms/android.md @@ -8,14 +8,14 @@ title: "Android app" --- -The Android app has not been publicly released yet. The source code is available in the [OpenClaw repository](https://github.com/openclaw/openclaw) under `apps/android`. You can build it yourself using Java 17 and the Android SDK (`./gradlew :app:assemblePlayDebug`). See [apps/android/README.md](https://github.com/openclaw/openclaw/blob/main/apps/android/README.md) for build instructions. +The official Android app is available on [Google Play](https://play.google.com/store/apps/details?id=ai.openclaw.app&hl=en_IN). It is a companion node and requires a running OpenClaw Gateway. The source code is also available in the [OpenClaw repository](https://github.com/openclaw/openclaw) under `apps/android`; see [apps/android/README.md](https://github.com/openclaw/openclaw/blob/main/apps/android/README.md) for build instructions. ## Support snapshot - Role: companion node app (Android does not host the Gateway). - Gateway required: yes (run it on macOS, Linux, or Windows via WSL2). -- Install: [Getting Started](/start/getting-started) + [Pairing](/channels/pairing). +- Install: [Google Play](https://play.google.com/store/apps/details?id=ai.openclaw.app&hl=en_IN) for the app, [Getting Started](/start/getting-started) for the Gateway, then [Pairing](/channels/pairing). - Gateway: [Runbook](/gateway) + [Configuration](/gateway/configuration). - Protocols: [Gateway protocol](/gateway/protocol) (nodes + control plane).