Installation
How to import FTCLib into your Android Studio FTC Project
build.common.gradle
repositories {
mavenCentral()
}defaultConfig {
applicationId 'com.qualcomm.ftcrobotcontroller'
minSdkVersion 24
targetSdkVersion 28
multiDexEnabled truecompileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}Only If Using CV:
build.gradle (TeamCode)
OR
Install EasyOpenCV Dependency
Sync Gradle and Finished!

Last updated
Was this helpful?
