
1) Using android-studio repository 2) Using snap Using repository We have few methods to install the software on ubuntu, Here we will see how to install using these 2 methods. Install Android Studio on ubuntu 20.04Īndroid Studio on ubuntu will gives you best developing experience. In addition, It has robust testing framework which supports Multi-display support, Emulators and even more. It has many inbuilt features which gives you fast and stable development environment. Most of the current android applications are developed using android studio. In this article, We will see about how to install Android studio on Ubuntu 20.04. It is developed by Google and available for various platforms like Windows, Linux and macOS. Provide the permission.Android Studio is a popular development software used especially for developing android applications. On the phone there is a dialog for debugging permission. In developer options turn on usb debugging.Ĭonnect the phone into the computer using a USB cable. If you cannot see developer options go to about phone and tap build version 8 times. There recommend some updates and you should provide those updates.įor installing app using your phone, open developer mode. It takes about 30 min to one hour to finish gradle.

Sudo apt-get install oracle-java8-installer Sudo add-apt-repository ppa:webupd8team/java If you are running 64-bit Fedora, the command is: sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686 Note: If you are running a 64-bit version of Ubuntu, you need to install some 32-bit libraries with the following command: sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 The Android Studio Setup Wizard guides you though the rest of the setup, which includes downloading Android SDK components that are required for development. Select whether you want to import previous Android Studio settings or not, then click OK. Tip: Add android-studio/bin/ to your PATH environment variable so you can start Android Studio from any directory. To launch Android Studio, open a terminal, navigate to the android-studio/bin/ directory, and execute studio.sh. zip file you downloaded to an appropriate location for your applications, such as within /usr/local/ for your user profile, or /opt/ for shared users. To install Android Studio on Linux, proceed as follows: Unpack the. If the JDK is not available or the version is lower than 1.8, download the Java SE Development Kit 8.

While the Android Studio download completes, verify which version of the JDK you have: open a command line and type javac -version. Setting up Android Studio takes just a few clicks.
