Android

Prerequisites

Install and Create Application

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

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

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

  1. Give your app a name

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

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

  1. Congratulations! You have inserted the library jar.

Last updated