This is the Startup Repo for the Tutorial Series for an FTC library called Road Runner. Note: Road Runner is in alpha and many of its APIs are incubating.
The repo contains:
Road Runner
Road Runner Quickstart
FTC Dashboard
And extras!
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/BalloonChamp/RoadRunnerTutorial.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 new online quickstart documentation.