jkpoy.blogg.se

Install android studio ubuntu 18.04 command line
Install android studio ubuntu 18.04 command line












install android studio ubuntu 18.04 command line
  1. Install android studio ubuntu 18.04 command line how to#
  2. Install android studio ubuntu 18.04 command line install#
  3. Install android studio ubuntu 18.04 command line update#
  4. Install android studio ubuntu 18.04 command line for android#
  5. Install android studio ubuntu 18.04 command line software#

Install android studio ubuntu 18.04 command line install#

You’ll need to be logged in as a user with sudo access to be able to install packages on your Ubuntu system. The same instructions apply for Ubuntu 16.04 and any Ubuntu-based distribution, including Kubuntu, Linux Mint, and Elementary OS.

Install android studio ubuntu 18.04 command line how to#

This tutorial explains how to install Android Studio on Ubuntu 18.04.

Install android studio ubuntu 18.04 command line for android#

It is based on JetBrains’ IntelliJ IDEA and includes everything you need for Android development.Īndroid Studio build system is powered by Gradle allowing you to create multiple build variants for different devices from a single project. Whereas to run Studio from the command line, select Create Command-Line launcher.Android Studio is a full-featured cross-platform IDE that helps you build applications on every type of Android device. You will see the Android Studio, Create a new project and give some name to your project and you will be on the main screen of this app developing platform.Ĭlick on the Tools and select Create Desktop Entry option to create a shortcut to easily access Android Studio from All Applications or Desktop.

install android studio ubuntu 18.04 command line

Create Android Studio Desktop Shortcut and Command-Line Entry For installing selective components go for Custom otherwise let the Standard option be selected.Īlthough we can set it later as well, yet if you want then do it here to make the dark or light theme default.Ĩ. Select the way you want to set up the development environment for the Android studio. In case you already have some previous configuration or installation folder then you can select that otherwise let the default option be selected. sudo sh /usr/local/android-studio/bin/studio.sh Run the Android Studio configuration scriptĪfter extracting the package and moving it to the local folder, let’s run the script to configure this Android app development and emulator platform. Sudo tar -xf android-studio-*.* -C /usr/local/Ħ. Follow the following commands: cd Downloads Once you have downloaded the file, it’s time to unpack it. Here is the link, visit the pageand download the latest IDE package available for Linux. Now, for some reason you don’t want to use the SNAP package, then it is possible to get the Android Studio package meant to install on the Linux system directly from the official website. #2nd Method using manually downloaded package 4. Finally, hit the Install button and it will automatically get installed on your Linux OS.Type Android studio, wait for few seconds, as it appears in the results, click it.Open it and click on the Search icon given on the left top side.

Install android studio ubuntu 18.04 command line software#

Sudo snap install android-studio -classicįurthermore, if you don’t want to use the command-line interface, then directly open Ubuntu Software Center and install Studio using the graphical user interface.

install android studio ubuntu 18.04 command line install android studio ubuntu 18.04 command line

It could be different in your case, however, the command to get it using SNAP will be the same. And while writing this tutorial, the latest version of Android Studio to install via Snapcraft was 4.1.3.0. It is the easiest method to install this developing platform on Linux. Use the one which seems appropriate to you. However, as SNAP is disabled on Linux Mint, by default, thus we will show both methods. There are two ways to install Android Studio on Ubuntu 20.04 LTS- one is using SNAP package manager and another one is by downloading the Android studio package manually. Once the installation is done, check the version by typing: java -version While writing this tutorial, the latest version of Open JDK was available to install directly using the official repository of Ubuntu.

Install android studio ubuntu 18.04 command line update#

To refresh the repositories of Ubuntu and to update the installed packages, let’s first run the system update command: sudo apt updateĪndroid Studio requires JDK for proper working. Here we are using Ubuntu 20.04 LTS, however, the steps will be the same for Ubuntu 21.04/18.04 including Linux Mint, Debian, MX Linux, Elementary OS, and other similar derivatives Linux distros. Create Android Studio Desktop Shortcut and Command-Line Entry Steps to install Android Studio on Ubuntu 20.04 LTS














Install android studio ubuntu 18.04 command line