LiveKit docs › Get Started › Starter apps › Android

---

# Android starter app

> A native Android voice agent starter app built with Jetpack Compose.

## Overview

The Android voice agent starter app is a native Android frontend for voice AI agents, built with [Jetpack Compose](https://developer.android.com/compose) and [LiveKit Android components](https://github.com/livekit/components-android). It provides a Material Design interface for voice agent interactions.

## Features

- Native Android interface with audio visualizer.
- Session management with connect and disconnect controls.
- Token server support for quick development.

## Get started

Clone the repository:

```shell
git clone https://github.com/livekit-examples/agent-starter-android.git
cd agent-starter-android

```

Open the project in Android Studio, update the configuration with your LiveKit credentials, then build and run the app on your target device or emulator.

## Source code

- **[Android Voice Agent](https://github.com/livekit-examples/agent-starter-android)**: A native Android voice AI assistant app built with Kotlin and Jetpack Compose.

---

This document was rendered at 2026-06-07T11:33:39.598Z.
For the latest version of this document, see [https://docs.livekit.io/frontends/start/starter-apps/android.md](https://docs.livekit.io/frontends/start/starter-apps/android.md).

To explore all LiveKit documentation, see [llms.txt](https://docs.livekit.io/llms.txt).