Site icon TestingDocs.com

Customization of Android Development Environment

Overview

In this tutorial, we will configure and customize Android Development Environment with Android Studio Setup Wizard on Linux during the first run. To download Android Studio and start the Android application on Linux machine:

https://www.testingdocs.com/download-android-studio-package-on-linux/

Android Development Environment Setup

The setup wizard will setup the development environment for Android Studio. There are several settings that we can configure using this wizard.

Welcome Screen

Click on the Next button.

Data Sharing

We can allow Google to collect usage data for Android Studio. To allow click on the Send usage statistics to Google button.

To disallow click on the Don’t send button.

Install Type

Standard type install is the most common settings and options. To customize the install choose the components that needs to be installed. It really doesn’t matter which option you pick because we can later add any component on demand.

Click on the Next button.

JDK

Select the JDK install that you want to use. When multiple JDKs are installed choose from the drop down list.

Theme

Choose the UI theme for the application. Dark or Light Theme.

Click on the Next button.

Download SDK Components

Download SDK platform, components and build tools.

Choose the components and Click on the Next button.

The setup wizard will download and install selected components.

Once done, click on the Finish button.

This will launch the IDE Window. On this screen, we can create brand new Android Project. Open existing projects and Clone projects from Version Control systems like GitHub.

 

That’s it. We are done with customization of Android development environment using the Setup Wizard.

More Information

https://developer.android.com/studio

Exit mobile version