0% found this document useful (0 votes)
100 views10 pages

How To Donwload and Install Android Studio

The document provides instructions for downloading and installing Android Studio on Windows. It details verifying system requirements, downloading the installer from the Android developer website, running the installer, and completing the installation process. Upon completion, Android Studio is launched and the user is ready to start app development.

Uploaded by

Amber Green
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views10 pages

How To Donwload and Install Android Studio

The document provides instructions for downloading and installing Android Studio on Windows. It details verifying system requirements, downloading the installer from the Android developer website, running the installer, and completing the installation process. Upon completion, Android Studio is launched and the user is ready to start app development.

Uploaded by

Amber Green
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

HOW TO DONWLOAD AND INSTALL ANDROID STUDIO

Installer Download link : https://developer.android.com/studio/

1. Before you begin


In this codelab, you will install Android Studio.

Android Studio is the official integrated development environment (IDE) for Android app
development, built and distributed by Google. An IDE contains tools that enable software
developers to design, build, run, and test software, in this case, apps for the Android platform.
Android Studio uses IntelliJ IDEA as its foundation and includes the Android plugin pre-installed
along with some modifications specifically for the Android platform.

Prerequisites
• Intermediate computer skills, familiarity with files and folders, and using apps, such as
a spreadsheet, word processor, or photo editor.
• Ability to download, install, and update software.

What you'll learn


• How to check that your computer configuration meets the minimum requirements for
running Android Studio.
• How to download and install the Android Studio.

What you'll need


• A computer running a 64-bit version of Windows (8, 10, or 11), Linux, macOS (10.14
Mojave or later), or ChromeOS.
• Internet access for your computer.

2. Windows: Verify system requirements

Android Studio system requirements


The following are the system requirements for Android Studio on Windows.

• 64-bit Microsoft® Windows® 8/10/11


• x86_64 CPU architecture; 2nd generation Intel Core or newer, or AMD CPU with
support for a Windows Hypervisor
• 8 GB RAM or more
• 8 GB of available disk space minimum (IDE + Android SDK + Android Emulator)
• 1280 x 800 minimum screen resolution

Check system requirements (Windows 10)


On a Windows computer, you can find all the information that you need to verify the system
requirements in the Settings app.

1. Open Settings.
Tip: You can use the search tool next to the Start button at the bottom of your
screen to locate it.
2. Click System.
3. At the bottom of the left-hand navigation pane, click About.
4. Make sure that the Windows specifications meet or exceed the requirements.

5. Select Device specifications. Make sure that the Installed RAM is at least as much as is
required and that the system type is the 64-bit version of the operating system.
6. In the navigation pane, click Display. Make sure that the Resolution is the same or
better than what's required.

Verify storage
1. Open the file explorer.
2. In the left-hand navigation pane, click This PC.
3. Ensure that the local storage has enough free space to install Android Studio.

Check system requirements (Windows 8.1)


If you're using Windows 8.1, the steps to find device specifications are as follows:

1. Open the Settings App.


2. In the navigation pane, click PC and devices.
3. In the navigation pane, click PC info. Check that your CPU and RAM meet the
minimum requirements, and ensure you're using a 64-bit operating system.
4. In the navigation pane, click Display. Check that your display meets the
requirements.
5. Open the file explorer, click This PC, and check that you have enough disk
space.

3. Windows: Download and install Android Studio

Download Android Studio


1. Open any web browser and navigate to the Android Studio download page.

This is the Android Developers website, where you can download Android Studio. This page
automatically detects your operating system.

2. Click Download Android Studio. The Terms and Conditions page with the Android
Studio License Agreement opens.
3. Read the License Agreement.
4. At the bottom of the page, if you agree with the terms and conditions, select the I
have read and agree with the above terms and conditions checkbox.
5. Click Download Android Studio to start the download.
6. When prompted, save the file to a location where you can easily locate it, such as
the Downloads folder.
7. Wait for the download to complete. This may take a while and may be a good
moment to enjoy some tea!

Install Android Studio on Windows


1. Open the folder where you downloaded and saved the Android Studio installation
file.
2. Double-click the downloaded file.
3. If you see a User Account Control dialog about allowing the installation to make
changes to your computer, click Yes to confirm the installation.

The Welcome to Android Studio Setup dialog displays.

4. Click Next to start the installation.


5. Accept the default installation settings for all steps.
6. Click Finish when the installation is done to launch Android Studio.

7. Choose your preference of light or dark theme when Android Studio first launches.
Screenshots in this course use the light theme, but choose whichever one you prefer.
8. During the installation, the setup wizard downloads and installs additional components
and tools needed for Android app development. This may take some time depending
on your internet speed. During this time, you may see a User Account Control dialog
for Windows Command Processor. Click Yes to accept the dialog.
9. You may also receive a Windows Security Alert about adb.exe. Click Allow Access, if
needed, to continue the installation.

10. When the download and installation completes, click Finish.

The Welcome to Android Studio window displays and you're ready to start creating apps!

You might also like