Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 678 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 678 Bytes

FTC App

The Masters School Robotics Team's 2018-2019 Robot Code (app).
This is our team's FTC app hosting our 2018-2019 code. The code is located in TeamCode/src/main/java/org/firstinspires/ftc/teamcode/

Building

To run the gradle daemon
./gradlew --backtrace
This might require sudo.

Testing

To test the build
./gradlew test
./gradlew check
This also might require sudo.

Installing

To install the debug build to the phones
./gradlew assembleDebug
./gradlew build
./gradlew installDebugAndroidTest
This also might require sudo (not 100% sure on this section just yet)