# Getting Started

To know about our **android SDK** , check out our app on Google [play store](https://play.google.com/store/apps/details?id=com.acquire.sdk.app). Its source code is also available on [github](https://github.com/acquireio/acquireio-android).

### Requirements

* Android Studio 2.2+
* Gradle 2.14.1.+
* Android SDK 7.1.+
* Android device running Android 5.0 or newer (To get fully functioning sdk)

### Build variants

We are providing two types of build variants :

1. **Core** - Fully featured including Audio/Video calling. [See Integration](/master/android/getting-started/integration-guide.md#steps-to-integrate-acquire-android-sdk-core-are-as-follows)
2. **Lite** - All features excluding Audio/Video Calling. [See Integration](/master/android/getting-started/integration-guide-lite.md#steps-to-integrate-acquire-android-sdk-lite-are-as-follows)

The main difference of these two build variants is the size.

* Our **Core** version can take up to **18 MB** because of webRTC's archived libraries for all ABIs included.
* If you split apk using [apk splitting feature](https://developer.android.com/studio/build/configure-apk-splits) of android then it consumes around **8 to 10 MB** per ap&#x6B;**.**
* Our **Lite** version consumes only **2\~3 MB.**&#x20;

{% hint style="info" %}
So if you don't require Video calling feature, you can use **lite** version to reduce the apk size.
{% endhint %}

### Step by step guide video

{% embed url="<https://www.youtube.com/watch?v=5omidOcEbtE>" %}

### Related pages:

{% content-ref url="/pages/-LOHPHQIxIVIcaBwZSAU" %}
[Integration Guide (Core)](/master/android/getting-started/integration-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lih1mZ4Celr4dTSqSDG" %}
[Integration Guide (Lite)](/master/android/getting-started/integration-guide-lite.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LMfyajNym-jqOWN36KU" %}
[Start using Acquire](/master/android/getting-started/start-using-acquire.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LMfyxqC8ftHhIX73aAL" %}
[Acquire Delegates](/master/android/acquire-delegates.md)
{% endcontent-ref %}


---

# 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://developer.acquire.io/master/android/getting-started.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.
