Installation
Prerequisites
Section titled “Prerequisites”- 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.
Getting Started
Section titled “Getting Started”-
Start by cloning the project with git.
Terminal window git clone https://github.com/KingsSack/Volt.git -
Add path to Android SDK by creating a
local.propertiesfile in the root directory of the project.local.properties sdk.dir=path/to/sdk -
Start writing code for your Robot!