-
Notifications
You must be signed in to change notification settings - Fork 16
Getting Started
Code Apprentice edited this page Jun 9, 2015
·
6 revisions
This sections explains the prerequisites and procedures required to start working on the BBCT code.
You must download and install the following applications to access and compile the BBCT code:
- Git
- Java JDK version 7 or later
- Android Studio
After installing the Prerequisites,
- Ensure that you have the git installed on your local system. See Prerequisites.
- Open Git Gui.
- Click Click Clone Existing Repository.
- Obtain the source repository URL: a. Log into your git hub account. b. In HTTPS clone URL, copy the URL.
- In Source Location, in Git Gui, paste the source repository URL.
- In Target Location, in Git Gui, define the location of your local repository. Note: Ensure that the local repository folder does not already exist.
- Click Clone to download the BBCT code to the local repository.
- Ensure that you have installed the Java SDK and Android Studio on your local system. See Prerequisites.
- Start Android Studio.
- Open File > Import
- In General, select Existing Projects into Workspace and click Next.
- In Select root directory, browse and select the folder on your local system where you cloned out the BBCT repository.
- Click Finish.
#Table of Contents
-
Developer Documentation
-
User Documentation