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
TeamCode
like any otherftc_app
project. -
If you have trouble with multidex, enable proguard by changing
useProguard
totrue
inbuild.common.gradle
.
Check out the online quickstart documentation.