This proyect uses the following libraries:
An example FTC project using Road Runner. Note: Road Runner is in alpha and many of its APIs are incubating.
FTCLib is a library intended to be a port of WPILib, which is the standard programming library for FRC that almost all teams use Ftc Lib. Note. Read the FtcLib's documentation for better understanding
-
Download or clone this repo with
https://github.com/LuisFerArredondo/Global_Suiza_Code_2022.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
.