# Road Runner Quickstart
An example FTC project using Road Runner. Note: Road Runner is in alpha and many of its APIs are incubating.
For more detailed instructions on getting Road Runner setup in your own project, see the Road Runner README.
-
Download or clone this repo with
git clone https://github.com/acmerobotics/road-runner-quickstart
. -
Open the project in Android Studio and build
TeamCode
like any otherftc_app
project. -
If you have trouble with multidex, enable proguard by changing
useProguard
totrue
inbuild.common.gradle
.
Check out the new online quickstart documentation.