An example FTC project using Road Runner.
-
Download or clone this repo with
git clone --single-branch -b quickstart1 https://github.com/acmerobotics/road-runner-quickstart.git. -
Open the project in Android Studio and build
TeamCodelike any otherftc_appproject. -
If you have trouble with multidex, enable proguard by changing
useProguardtotrueinbuild.common.gradle.
Check out the online quickstart documentation.