> For the complete documentation index, see [llms.txt](https://docs.movesdk.com/move-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.movesdk.com/move-platform/sdk/getting-started/android.md).

# Android

{% hint style="warning" %}

## Prerequisites&#x20;

* Android 9.0+ / API 28+ (it is possible that the MOVE SDK is also useable with previous Android OS versions but it is not tested on our side)
* Kotlin 2.0.21+
* Android Studio >= Narwhal (2025.1.1) (earlier versions may work but are not officially tested or supported)

Apps hosting MOVE SDK should always be built using the latest released Android and Android Studio versions.
{% endhint %}

For a quick start, you can download and build our public [MOVE Sample](https://github.com/dolphin-technologies/MOVE-sample-Android) app or the more comprehensive [MOVE App](https://github.com/dolphin-technologies/MOVE-App-Android).
