Installation
How to import SolversLib into your Android Studio FTC Project
1. Installing from FTCLib
build.gradle
dependencies {
// implementation "org.ftclib.ftclib:core:2.1.1" remove FTCLib core
// FTCLib's vision is no longer supported in SolversLib
implementation "org.solverslib:core:0.3.2" // add SolversLib coredependencies {
// implementation "org.ftclib.ftclib:core:2.1.1" remove FTCLib core
// FTCLib's vision is no longer supported in SolversLib
implementation "org.solverslib:core:0.3.2" // core
implementation "org.solverslib:pedroPathing:0.3.2" // pedroPathing
}Changing Imports:
2. Installing from SolversLib Quickstart
3. Installing from Scratch
build.common.gradle
build.gradle
Repositories
Snapshot Versions
Repositories
Only for Snapshot/Beta Versions
Changing Imports (Only if Migrating from FTCLIB)
Sync Gradle and Finished!

Last updated