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/
To run the gradle daemon
./gradlew --backtrace
This might require sudo
.
To test the build
./gradlew test
./gradlew check
This also might require sudo
.
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)