Skip to content

Getting Started

Code Apprentice edited this page Sep 29, 2016 · 6 revisions

Overview

This document describes the tools needed to work on BBCT and how to get the source code. If you encounter any problems with any of the steps below, please post on our Google Group.

Required Tools

You must download and install the following applications to compile the BBCT code:

  1. Git
  2. Java JDK version 8 or later
  3. Android Studio

First steps

After installing the Required Tools,

  1. Create a GitHub account.
  2. Fork the BBCT repository.
  3. Clone your fork to your local machine.
  4. Open the base directory of your local repo in Android Studio.