Open and Build the FTC SDK Project
Open the reviewed FTC SDK project, identify TeamCode, complete Gradle sync, and produce a clean local build.
Open the reviewed FTC SDK project, identify TeamCode, complete Gradle sync, and produce a clean local build.
In this lesson, you will:
Record the FTC SDK release or repository commit and the team project revision before opening the build. A tutorial written for another SDK generation may have different Gradle files, package names, or APIs.
Open the project root, allow Gradle sync to finish, and locate the TeamCode module. Treat sync errors, Java compile errors, and device deployment errors as separate outcomes. Android Studio already includes a runtime, so install or select another JDK only when the reviewed project requirement or exact Gradle error calls for it.
Build with the project wrapperShell
# macOS or Linux ./gradlew -version ./gradlew assembleDebug # Windows PowerShell .\gradlew.bat -version .\gradlew.bat assembleDebug
Open the reviewed project, complete Gradle sync, locate TeamCode, run the wrapper version and approved build commands, and save the project revision, reported runtime, tool versions, command, and final result. If it fails, record the first error without changing multiple versions at once.
Check your understanding before moving on.
0 of 2 answered