

Select Standard install to get the latest SDK and Custom in-case you wanna change the SDK version or its install location. The Setup Wizard'll guide you through installation: Open the newly installed Android Studio from dashboard:ĭon't need to import anything if this is the first time you're installing it: Or if you prefer the command line way, run this in Terminal: sudo snap install -classic android-studio Search "android studio" in Ubuntu Software, select the first entry that shows up and install it: Neat and clean! Step 1: Install Android Studio This snap package bundles the latest Android Studio along with OpenJDK and all the necessary dependencies. No need to download Android Studio as zip, try to manually install it, run umake and other scripts, add PPAs or fiddle with Java installation. The easiest method to install Android Studio on Ubuntu is to just use the snap package from Ubuntu Software store. In the next window, double-click each package name on the left to accept the license agreement for each.Once you've selected all the desired packages, continue to install: To develop with Google APIs, you need the Google Play services package: Get Google Play services for even more APIs The Android Support Library provides an extended set of APIs that are compatible with most versions of Android. Get the support library for additional APIs


Android SDK Build-tools (highest version).Nano ~/.local/share/applications/sktopĮxec="/opt/android-studio/bin/studio.sh" %fĪs a minimum when setting up the Android SDK, you should download the latest tools and Android platform: You may want to add /opt/android-studio/bin to your PATH environmental variable so that you can start Android Studio from any directory.Ĭreate a new file sktop by running the command: To launch Android Studio, navigate to the /opt/android-studio/bin directory in a terminal and execute. Use the filename of your downloaded archive, in my example sudo unzip -d /opt
#Android studio download 2.1 archive#
Hence this method no longer works and exists because of historical reasons.ĭownload Android Studio from here, use All Android Studio PackagesĮxtract the archive file into an appropriate location for your applications, eg: /opt. More information can be found on PPA's page on Launchpad. Thus this PPA doesn't have any Java files. Note: WebUpd8 team's PPA has been discontinued with effective from April 16, 2019. Sudo apt-get install oracle-java8-installerĪfter that sudo apt-get install oracle-java8-set-default Installing Java sudo add-apt-repository ppa:webupd8team/java
