# Android

Our Android SDK is published on <https://github.com/clipshare/clipshare-sdk-android> and contains the Github packages for the SDK itself and required dependencies.

This framework can be integrated in:

* **Android 6.0** or newer (API Level 23)

In addition to the ClipShare SDK you also need to integrate the SnapOdds SDK. Please refer to the SnapOdds SDK documentation on <https://docs.snapodds.com/docs/mobile-sdk/android> and in particular the SnapOdds Operator section under <https://docs.snapodds.com/docs/mobile-sdk/android/snapodds-operator/installation>.

{% hint style="success" %}
For a working example see our Example project in the SDK repository <https://github.com/clipshare/clipshare-sdk-android>
{% endhint %}


---

# 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.snapodds.com/clipshare-sdk-docs/mobile-sdk/android.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.
