Android Studio and Software
Install Instruction
Android Studio - Is a full-fledged commercial Java software development environment
If you don’t have a JDK already, you can click on here for the download
After that install Android Studio click here
Source Control
Requirement Setup your Github account.
Prerequisite Setting up Git Download and install the latest version of Git. Clone Depot
In the Android Studio main menu, select “check out project from version control” and then in the dropdown menu select “GitHub”. In the url, paste https://github.com/RoboEclipse/ftc_app.git. This is the repository where you take and submit changes In the parent directory, put the location you want to store your repository. Remember this, as that is where you will have to check to find the file. In the directory name put the name you want to give the project. This can be anything, but make it unique.
More Resources Android studio and app development video: Android Studio App Development | GitHub Integration & Sharing
Git Hub for FTC application (base of the fork)
Part 1: Section 1: 15:00
Concept of Distributed Version Control.
- Centralized version Control
- Distributed Version Control Part 4: Snapshots/Repository. Visualization of other control systems
Part 5: How FTC project setup * “Set up Git” * “Create a repository” * Fork A Repository * “Be social”
Lab
- Push a change
- Pull a change
- Merge a change