# 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](https://docs.sentiance.com/important-topics/sdk/troubleshooting/android#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.
