Android Studio is a full-included cross-stage IDE that encourages you fabricate applications on each kind of Android gadget. It depends on JetBrains’ IntelliJ IDEA and incorporates all that you requirement for Android improvement.
Android Studio assemble framework is controlled by Gradle permitting you to make numerous form variations for various gadgets from a solitary venture.
In this post, We will install Android Studio on Ubuntu 16.04 and 18.04.
Essentials
- Least 2 GB RAM, 4 GB RAM suggested
- 1.5 GB hard plate space + in any event 1 GB for stores
- 1024×768 least screen goals
Update Repository
You need to update the ubuntu’s current repository by using the command.
$ sudo apt-get update
Install Dependencies
Java is main dependencies to install Android Studio, Use the following the command.
$ sudo apt-get install default-jdk -y
Install Snap
Snap is another way and better approach to introduce bundles on Ubuntu… It’s snappy and simple and gives better bundle the board support.
Install the Snap by following the command.
$ sudo apt-get install snapd snapd-xdg-open -y
Install Android Studio
To install the Android Studio, Use the following command.
$ sudo snap install android-studio –classic