-
Notifications
You must be signed in to change notification settings - Fork 17
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. If you encounter any problems with any of the steps below, please email us at bbct-list@lists.sourceforge.net.
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.
- On the first dialog box "Complete Installation", click OK.
- Wait for the Android Studio splash screen.
- In the Welcome wizard, click Next several times until you reach the License Agreement.
- Click on the Accept radio button and then click the Finish button.
- Wait for the SDK download to finish.
- Click Finish
- Ensure that you have installed the Java SDK and Android Studio on your local system. See Prerequisites.
- Ensure that you have installed the Android SDK. See Install Android SDK with Android Studio.
- Start Android Studio.
- In the Android Studio Setup Wizard, click "Check out project from Version Control" and select GitHub from the drop down list.
- Enter your username and password which you created in First Steps and click on Login.
- In the Setup Master Password dialgo, enter a master password if you wish Android Studio to store your GitHub password. This will allow Android Studio to log into GitHub automatically when you push or pull changes. Note that this step is optional. You can leave the master password blank if you do not want to use this feature.
- In the Clone Repository dialog, first select your clone of the BBCT repository. The URL should look something like
https://github.com/${username}/bbct.git. - Now choose a Parent Directory where your local repository will be stored. It may be necessary for you to use a file system management tool, such as Windows Explorer to create this directory. Note that a folder named
bbctwill be created inside the parent directory which you select. You do not need to create thebbctfolder manually as Android Studio will do this for you. - Click Clone.
- In the Checkout From Version Control dialog box, click No.
- In the Android Studio Setup Wizard, click Open an existing Android Studio project.
- In the Open File or Project dialog box, navigate to the parent directory which you created earlier and expand the
bbctsubfolder. - Select the
gradlesubfolder and click OK. - Close the Tip of the Day.
#Table of Contents
-
Developer Documentation
-
User Documentation