Skip to content

Installing the Dev Environment

Destin Estrela edited this page Feb 19, 2021 · 2 revisions

Step 1: Clone the ambigouslyandroid Repo

Using a git client, clone this link to access the Android project. You can clone using an ssh key so that you do not require a password every time you push or pull.

[email protected]:CPSECapstone/ambigouslyandroid.git

Step 2: Install Android Studio

Download the latest version of Android Studio using the link below.

https://developer.android.com/studio

Step 3: Open an existing project

Be sure to select the green android project icon so that the IDE configures the project correctly.

Wait for gradle to finish syncing and indexing.

Step 4: Install Necessary SDKs

Navigate to Tools -> SDK Manager

Select Android 7.1.1 (Nougat)

Navigate To SDK Tools and check Android Emulator, Chrome OS Device, Google Play Services, Android SDK Build Tools and Android SDK Platform Tools

Select Save

Step 4: Configure Emulator

Navigate to Tools -> AVD Manager

Select create virtual device

Select Pixelbook and click next.

Select Nougat and click next.

Clone this wiki locally