What is Android Studio & How to install Android Studio

  • Post author:

What is Android Studio? How to install Android Studio

In the article how to install Android Studio, we will provide complete information regarding android studio. We will also provide steps for What is Android Studio? and how to install Android Studio on various operating systems.

What is android studio?

what is android studio

It is an official IDE that is Integrated Development Environment for Android operating system. It is built on JetBrains’ IntelliJ IDEA software which is specially designed for android development. Android studio was launched on 16 May 2013 at the Google I/O conference.What is Android Studio? and how to install Android Studio. The starting version was 1.0. So this is the basic information regarding what is android studio.

Features of android studio

1) It supports Gradle based build.

2) Android wear apps are developed.

3) App signing capabilities.

4) Android Virtual Device to run and debug the code.

5) It supports the google cloud platform.

6) It has a rich layout editor.

So these are the features of android studio. Before going to the point of how to install Android Studio let me first mention the versions of android studio and the system requirements for android studio. What is Android Studio? and how to install Android Studio

Versions of android studio

Sr. no.VersionRelease Date
14.1October 2020
24.0May 2020
33.6February 2020
43.5August 2019
53.4April 2019
63.3January 2019
73.2September 2018
83.1March 2018
93.0October 2017
102.3March 2017
112.2September 2016
122.1April 2016
132.0April 2016
141.5November 2015
151.4September 2015
161.3July 2015
171.2April 2015
181.1February 2015
191.0December 2014

These are the versions of android studio.

System requirements for android studio

WindowsMacLinux
Operating system versionMicrosoft Windows 7/8/10 (32 bit or 64 bit)Mac OS X 10.10 or higher

Upto 10.14

GNOME or KDE desktop
RAMMinimum 4 GB RAM
Disk SpaceMinimum 2 GB (0 500 MB for IDE + 1.5 GB for android SDK)
JDK VersionJava Development Kit 8 (minimum JDK 8)
Screen resolutionMinimum 1280 x 800
SDK tools26.1.1 or higher
Hardware Acceleration Execution Manager (HAXM)6.2.1 or later

These are the system requirements for android studio. We know What is Android Studio? and how to install Android Studio.

Programming languages supported by android studio

It supports all the programming languages of IntelliJ like java, c++, and many more. It also supports kotlin. It also supports java 7, java 8, and java 9. Now here we are providing steps for how to install android studio.

*** READ MORE ***

1) What is Operating System

2) Top 5 most used Programming Languages 2021

3) What is RAM and Rom in a computer

4) What is google duo

How to install android studio on Windows

how to install android studio

Step 1 – Open any web browser and search for the android studio official website.

Step 2 – Once you open the official website then tap on “DOWNLOAD ANDROID STUDIO”.

Step 3 – Then click on that downloaded .exe file.

Step 4 – Then the android studio setup will appear and then tap on next.

Step 5 – Choose the components that you want to install and tap on next to move further.

Step 6 – Now you need to browse the location where you want to install android studio. Click on next.

Step 7 – Select the start menu folder for android studio and tap install.

Step 8 – the installation will be started and after successful completion click on next.

Step 9 – Tap on the finish.

Step 10 – android studio setup wizard will appear on the screen then click on next.

Step 11 – select the standard option and click on next.

Step 12 – Select user interface themes that you want and tap next.

Step 13 – Tap finish so that all SDK components will start downloading.

Step 14 – after successfully completion click on finish and android studio will get started.

How to install android studio on Mac OS

Step 1 – you need to launch android studio DMG file.

Step 2 – then you need to move the android studio to the application folder and then launch the android studio.

Step 3 – Choose whether you want to import previous android studio settings and then tap ok.

Step 4 – then according to android studio wizard as per their instructions proceed further to complete installation and which includes downloading SDK components.

How to install android studio on Linux

For this, you require to launch some libraries.

Step 1 – for launching android studio you need to open a terminal, then navigate to android-studio/bin/ directory, then execute studio.sh.

Step 2 – Choose whether you want to import previous android studio settings and then tap ok.

Step 3 – then according to android studio wizard as per their instructions proceed further to complete installation and which includes downloading SDK components.

Required Libraries for 64-bit machine

You need to run some commands to install libraries.

For Ubuntu:

Command is – $ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386

For Fedora:

Command is –

$ sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686

So this is all about how to install android studio.

Conclusion:

In this article, we provide information about, How to install Android Studio, What is android studio? Versions of android studio, System requirements for android studio, Programming languages supported by android studio.

Leave a Reply