> 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/contoh-kode-dan-library/android.md).

# Android

#### **Prasyarat**

* Java JDK. Belum menginstall? [Ikuti tutorial ini.](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
* Android Studio IDE. Belum menginstall? [Ikuti tutorial ini.](https://developer.android.com/studio/index.html)

#### **Install dan Buat Application** <a href="#install" id="install"></a>

1. Download Antares Library untuk Android dengan klik button di bawah lalu extract. Simpan .jar library kedalam penyimpanan lokal komputer Anda.

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

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

<figure><img src="/files/6h3eDYZNp2uC9FDMinsX" alt=""><figcaption></figcaption></figure>

3. Definisikan Activity Anda. Kami menyarankan Anda untuk memilih "Empty Activity".

<figure><img src="/files/fcdzRcyfdYUGeHa4lGha" alt=""><figcaption></figcaption></figure>

4. Beri nama pada aplikasi Anda<br>

<figure><img src="/files/TY5Qb12q8jeOtTQlNSIF" alt=""><figcaption></figcaption></figure>

5. Klik pada bagian "Android" lalu pindah layout ke "Project".

<figure><img src="/files/CBc1b4p09WGgZ6NwuDhX" alt=""><figcaption></figcaption></figure>

6. Copy-Paste library jar yang telah didownload ke app -> libs.&#x20;

<figure><img src="/files/oZhEZM0vE7H6FBXe4usK" alt=""><figcaption></figcaption></figure>

7. Selamat! Anda telah memasukkan library jar.<br>

<figure><img src="/files/1hVLFHugfKvSOYVj5fob" alt=""><figcaption></figcaption></figure>
