Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Process of Android Studio Install

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

Process Of Android Studio Installation

Step 1-Download:
Navigate to https://developer.android.com/studio and scroll down to the section labeled Android
Studio Downloads. Download the appropriate files according to your operating system. If you
are utilizing the windows operating system you have 2 possible installation methods. You can
utilize the .exe installer for Windows 64-bit. If you are utilizing windows 32-bit or prefer to, you
can utilize the .zip download. Mac 64-bit is provided with a .dmg download. Linux 64-bit is
provided with a .tar.gz download.

Step 2-Installation:

Windows 64-bit .exe installation:


1. Launch andriod-studio-ide.exe
2. Follow the Android Studio Setup wizard instructions
a. Click Next

b. Make sure both Android Studio and Android Virtual Device are selected and click
next.
c. Check that your Android Studio Installation Location is the drive and folder you
wish Android Studio to be installed and click next.

d. Click install
e. Once installation is complete you will see the below screen. Click next.

f. Click finished as Android Studio is now installed.

Windows 32-bit or Widows 64-bit .zip installation:


1. Locate android-studio-ide.zip file

2. Open file with an application that can extract files from a zip file such as 7-zip or WinRaR

3. In a second Windows Explorer window navigate to Program Files under the desired
installation drive Ex. C:\Program Files

4. Next drag and copy android-studio file into Program File


5. Next navigate into the android-studio file. Locate and navigate into the bin file.

6. Lastly create a shortcut to desktop. For Windows 32-bit utilize studio.exe. For Window
64-bit utilize the studio64.exe. You can then launch the application from your desktop
short cut.
Linux Installation guide:
1. Unpack the zip into your /usr/local/ or /opt/ file location.
a. For 64-bit Linux you will need to install the required libraries.
Using the command:

2. To launch you will navigate to the installation location and follow the path android-
studio/bin/. You will then execute the studio.sh
3. You will then be prompted to select whether you will import Android Studio setting or not.
Click ok. Then continue to setup instructions

Step 3-Setup:
1. You will be prompted by the Android Studio Setup Wizard on your first execution. Click
next.
2. Select Standard for the Install Type. Click Next.

3. Select your preferred UI Theme. Click next.


4. Preview settings if correct click finish.

5. Android Studio will then download the appropriate components.


6. Once complete you will receive the below log of the installation process. Click finish.
7. You are now ready to start a new Android Studio project.

You might also like