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?
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. | Version | Release Date |
1 | 4.1 | October 2020 |
2 | 4.0 | May 2020 |
3 | 3.6 | February 2020 |
4 | 3.5 | August 2019 |
5 | 3.4 | April 2019 |
6 | 3.3 | January 2019 |
7 | 3.2 | September 2018 |
8 | 3.1 | March 2018 |
9 | 3.0 | October 2017 |
10 | 2.3 | March 2017 |
11 | 2.2 | September 2016 |
12 | 2.1 | April 2016 |
13 | 2.0 | April 2016 |
14 | 1.5 | November 2015 |
15 | 1.4 | September 2015 |
16 | 1.3 | July 2015 |
17 | 1.2 | April 2015 |
18 | 1.1 | February 2015 |
19 | 1.0 | December 2014 |
These are the versions of android studio.
System requirements for android studio
Windows | Mac | Linux | |
Operating system version | Microsoft Windows 7/8/10 (32 bit or 64 bit) | Mac OS X 10.10 or higher Upto 10.14 | GNOME or KDE desktop |
RAM | Minimum 4 GB RAM | ||
Disk Space | Minimum 2 GB (0 500 MB for IDE + 1.5 GB for android SDK) | ||
JDK Version | Java Development Kit 8 (minimum JDK 8) | ||
Screen resolution | Minimum 1280 x 800 | ||
SDK tools | 26.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 ***
2) Top 5 most used Programming Languages 2021
3) What is RAM and Rom in a computer
How to install android studio on Windows
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.