> For the complete documentation index, see [llms.txt](https://docs.antares.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antares.id/en/code-and-library-examples/android.md).

# Android

#### Prerequisites

* Java JDK. Not installed yet? [Follow this tutorial](https://www.oracle.com/java/technologies/downloads/#java8).
* Android Studio IDE. Not installed yet? [Follow this tutorial](https://developer.android.com/studio).

#### **I**nstall and Create Application <a href="#install" id="install"></a>

1. Download the Antares Library for Android by clicking the button below and extract. Save the .jar library to your computer's local storage.

{% file src="/files/AJCfjov5WjiwXYiXhPEA" %}

2. Click "Start a new Android Studio Project".

<figure><img src="https://content.gitbook.com/content/7cujmJ5QHdJaAjH815aZ/blobs/QSsYm4hscl2hKA7rFkgs/image.png" alt=""><figcaption></figcaption></figure>

3. Define your Activity. We recommend you to choose "Empty Activity".

<figure><img src="https://content.gitbook.com/content/7cujmJ5QHdJaAjH815aZ/blobs/mudBNS66iuBqHYks3ba7/image.png" alt=""><figcaption></figcaption></figure>

4. Give your app a name<br>

<figure><img src="https://content.gitbook.com/content/7cujmJ5QHdJaAjH815aZ/blobs/JpzkHglFhfW1nOs5UukK/image.png" alt=""><figcaption></figcaption></figure>

5. Click on the "Android" section and move the layout to "Project".

<figure><img src="https://content.gitbook.com/content/7cujmJ5QHdJaAjH815aZ/blobs/0cwkT1v2dbOvV0UOwq4d/image.png" alt=""><figcaption></figcaption></figure>

6. Copy-Paste the downloaded library jar into app -> libs.

<figure><img src="https://content.gitbook.com/content/7cujmJ5QHdJaAjH815aZ/blobs/HxqIQ2fyyAt1hH7sRbE5/image.png" alt=""><figcaption></figcaption></figure>

7. Congratulations! You have inserted the library jar.<br>

<figure><img src="https://content.gitbook.com/content/7cujmJ5QHdJaAjH815aZ/blobs/8XceAocPjT02IOVmWmxG/image.png" alt=""><figcaption></figcaption></figure>
