Skip to content

Installation

  • An Integrated Development Environment (IDE) that can be used for Android Development such as IntelliJ IDEA (recommended) or Android Studio.
  • Android SDK API Level 35 or higher.
  • Java Development Kit (JDK) 17.
  • A basic understanding of Java/Kotlin.
  1. Start by cloning the project with git.

    Terminal window
    git clone https://github.com/KingsSack/Volt.git
  2. Add path to Android SDK by creating a local.properties file in the root directory of the project.

    local.properties
    sdk.dir=path/to/sdk
  3. Start writing code for your Robot!