In this section, we will talk about installing Source Control Software as well as FTC Software Components.
We use GitHub Desktop as our source control software that stores our source code on the Internet at GitHub.com (GitHub repositories). Follow these instructions to set up and install software to access our GitHub repositories.
C:\Users\<You>\Document\GitHub
Congratulations! You have now successfully cloned the FtcTemplate repository.
To develop code for an FTC robot, you need to install the following software components:
To download and install Android Studio, go to this website. Click the download Android Studio button and agree to their terms and conditions. Once the installer is downloaded, open it to start the installation. Generally, you can take all the default options it suggested unless you know what you are doing and want to customize the installation. Click “Finish” to start Android Studio. In the “Welcome to Android Studio” window, click the “Open” button and select the FtcTemplate folder where you cloned the GitHub repository.
Git command line tools allow you to perform Git operations within Android Studio. You can download and install them from here. During the installation, it will ask you to select a lot of choices, just take all the defaults unless you know what you are doing.