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

# Android Quick Start

{% hint style="danger" %}
If you are migrating from version 4.x to 6.x, please use our migration guide instead of this quick start guide.
{% endhint %}

{% hint style="success" %}

#### Platform Requirements

The Sentiance SDK works on Android 7.0 and above. If you support older Android versions, see [this](/important-topics/sdk/troubleshooting/android.md#manifest-merger-failed-uses-sdk-minsdkversion-x-cannot-be-smaller-than-version-y-declared-in-library) troubleshooting guide. Please contact [support@sentiance.com](mailto:suport@sentiance.com) for the list of all supported API levels.
{% endhint %}

{% hint style="success" %}

#### Dependency Requirements

The Sentiance SDK has the following external library dependencies. If your app depends on versions other than the ones mentioned here, please reach out to us to address possible incompatibility issues.

* **Google Play Services**: v18.0.0
* **TensorFlow Lite**: v2.16.1
  {% endhint %}

If you want to get started quickly, you can check out our [sample application](https://github.com/sentiance/sample-apps-android). If you prefer to manually integrate the SDK in your existing app, read on.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sentiance.com/a-complete-integration/android-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
