# Supported API Levels

<table><thead><tr><th width="172.33333333333331">SDK Version</th><th align="center">Minimum API Level (Compilation)</th><th align="center">Required API Level for Detections</th></tr></thead><tbody><tr><td>4.0.0 - 4.14.0</td><td align="center">14</td><td align="center">14+</td></tr><tr><td>4.16.0 - 4.22.x</td><td align="center">14</td><td align="center">21+</td></tr><tr><td>6.0.0 - 6.10.1</td><td align="center">23</td><td align="center">23+</td></tr><tr><td>6.11.0 -</td><td align="center">24</td><td align="center">24+</td></tr></tbody></table>

If your app supports an API level that is lower than the minimum specified above, you can check out [this troubleshooting guide](/important-topics/sdk/troubleshooting/android.md#manifest-merger-failed-uses-sdk-minsdkversion-x-cannot-be-smaller-than-version-y-declared-in-library) to learn how to work around the limitation.

When the SDK is initialized on an Android version that has a lower API level than the one specified in **Required API Level for Detections**, initialization will fail with reason `UNSUPPORTED_OS_VERSION`.


---

# Agent Instructions: 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/important-topics/sdk/appendix/android/supported-api-levels.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.
