Setting up your development environment can be somewhat tedious if you're new to Android development. If you're already familiar with Android development, there are a few things you may need to configure. In either case, please make sure to follow the next few steps carefully.
1.**Install Android Studio**
1.**Install Android Studio**
[Download and install Android Studio.](https://developer.android.com/studio/index.html) Choose a "Custom" setup when prompted to select an installation type. Make sure to check the boxes next to all of the following :
1. Android SDK
...
...
@@ -156,24 +156,24 @@ Setting up your development environment can be somewhat tedious if you're new to
## Clone project into your local directory
1. In your terminal `cd` into the desired folder to place the project.
1. In your terminal navigate into the desired folder to place the project.
2. In the folder where you want to clone the project into, execute the command