Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Development Environment Setup

Will edited this page Oct 3, 2018 · 13 revisions

Development Environment Setup

Step 1 - Install Android Studio

To beginning writing code for the robot we need to download Android Studio, Android Studio can be found at this link and the download is straightforward enough that I won't cover it here, If you have issues PM me on Discord.

Step 2 - Setting Up Git

Android Studio Startup Screen

Upon initially installing android studio and running it for the first time you will be greeted with the screen shown in the image above.

First, you are going to need to login to GitHub from android studio... So first press the "Settings" button in the bottom right corner of the screen. A small menu will appear, Select "Settings" from that menu and you should be greeted with something similar to the screen below... Settings

Then double click "Version Control" on the side panel... Version Control Settings

Then click "Github" from the submenu... Github Version Control

Input your login details into their respective text fields and press "Test"... The following window should then appear Connection Successful

Clone this wiki locally