Installation
How to import FTCLib into your Android Studio FTC Project
build.common.gradle
repositories {
jcenter()
}defaultConfig {
applicationId 'com.qualcomm.ftcrobotcontroller'
minSdkVersion 24
targetSdkVersion 26
multiDexEnabled truecompileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}build.common.gradle
ndk {
abiFilters "armeabi-v7a"
}
ndk {
abiFilters "armeabi-v7a"
}build.gradle (TeamCode)
Install EasyOpenCV Dependency on the Phone
Sync Gradle and Finished!

Last updated
Was this helpful?
