Installation
How to import FTCLib into your Android Studio FTC Project
build.common.gradle
First, you need to add the jcenter
library repository to your build.common.gradle
file:
Next, minSdkVersion
to 24
and multiDexEnabled
to true
:
Next, change JavaVersion
to 8
:
Then remove all instances of "arm64-v8a"
build.gradle (TeamCode)
Add this dependency block:
Install EasyOpenCV Dependency on the Phone
Sync Gradle and Finished!
Last updated
Was this helpful?