--- title: "Android SDK overview" slug: "android-sdk-overview" description: "This article serves as an overview for the Android SDK " updated: 2023-05-01T19:26:18Z published: 2023-05-01T19:26:18Z canonical: "docs.screenmeet.com/android-sdk-overview" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.screenmeet.com/llms.txt > Use this file to discover all available pages before exploring further. # Overview The ScreenMeet Mobile SDK for Android is built in Java and uses the Android media capture APIs introduced in Android 5.0. The artifact is published to our maven repo. Visit the [Android Quickstart Guide](https://docs.screenmeet.com/v1/docs/android-quickstart-guide) to get your first app built using our SDK. ## API Documentation The API documentation for the Android SDK can be found [here](https://api-docs.screenmeet.com/android/3.0.0/index.html). ## Supported Devices and Emulators The ScreenMeet Android SDK supports armeabi-v7a, arm64-v8a, x86, and x86_64 architectures. ## **Requirements** Live product provisioned for your organization ## Supported API Levels The SDK supports Android API Level 21 (Lollipop) and higher. ## Sample Apps We have a sample app on Github ([screenmeet-sdk-android-sample](https://github.com/screenmeet/screenmeet-sdk-android-sample)) written in both Java and Kotlin demonstrating some come common patterns with the SDK. ##