
- How to install android studio on ubuntu 15.10 install#
- How to install android studio on ubuntu 15.10 archive#
- How to install android studio on ubuntu 15.10 android#
Might be needed by 3rd party dev platforms like React Native, Ionic, Cordova, etc and other tools too.
How to install android studio on ubuntu 15.10 android#
This step might be useful if you want Android SDK's developer tool commands like adb, fastboot, aapt, etc available in Terminal. From here on, it's pretty straightforward, just click next-next and you'll have the SDK downloaded and installed.
How to install android studio on ubuntu 15.10 install#
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: Sudo snap install -classic android-studio Or if you prefer the command line way, run this in Terminal: Search "android studio" in Ubuntu Software, select the first entry that shows up and install it: The 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, add PPAs or fiddle with Java installation. The easiest method to install Android Studio (or any other developer tool) on Ubuntu is to 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 A system image for the emulator, such as.Open the first Android X.X folder (the latest version) and select: 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
How to install android studio on ubuntu 15.10 archive#
Sudo apt-get install oracle-java8-set-defaultĭownload Android Studio from here, use All Android Studio PackagesĮxtract the archive file into an appropriate location for your applications, eg: /opt. Sudo apt-get install oracle-java8-installer Sudo add-apt-repository ppa:webupd8team/java
