Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 608 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 608 Bytes

Road Runner Quickstart

An example FTC project using Road Runner.

Installation

  1. Download or clone this repo with git clone --single-branch -b quickstart1 https://github.com/acmerobotics/road-runner-quickstart.git.

  2. Open the project in Android Studio and build TeamCode like any other ftc_app project.

  3. If you have trouble with multidex, enable proguard by changing useProguard to true in build.common.gradle.

Documentation

Check out the online quickstart documentation.