# Road Runner Quickstart An example FTC project using [Road Runner](https://github.com/acmerobotics/road-runner). ## Installation 1. Download or clone this repo with `git clone --single-branch -b quickstart1 https://github.com/acmerobotics/road-runner-quickstart.git`. 1. Open the project in Android Studio and build `TeamCode` like any other `ftc_app` project. 1. If you have trouble with multidex, enable proguard by changing `useProguard` to `true` in `build.common.gradle`. ## Documentation Check out the [online quickstart documentation](https://rr.brott.dev/docs/v0-5/quickstart/introduction/). # Slingshot-24-25