Android Studio 3 in Ubuntu
Android Studio 3 in Ubuntu
How to Install it in
Ubuntu
Android Studio reached the new major 3.0 release. Here’s how to install it in Ubunu 14.04, Ubuntu 16.04, Ubuntu 17.10.
Ability to develop apps with Kotlin, a newer programming language designed to interoperate with existing Java code
New templates for Android Things applications, XML and downloadable fonts for Android 8.0 and higher
Android Plugin for Gradle 3.0.0 with significant performance improvements to large multi-module projects.
Ability to create Android 8.0 emulators with the Google Play Store pre-installed
The Maarten Fonville’s PPA contains installer script that automatically downloads Linux package from Google, and installs it into /opt/ for global
use.
1. Open terminal via Ctrl+Alt+T and run command to add the PPA:
Input your password (no visual feedback while typing) when it prompts and hit Enter.
To install Android Studio 3.0 via Ubuntu Make, you need to first install the latest Ubuntu Make from this PPA. Then run command to install the
IDE after accepting license.
umake android
2 Ways to Install Android Studio in
Ubuntu 16.04 and Ubuntu 17.04
Android Studio is the official IDE for Android. It’s open-source, distributed under the Apache license. This tutorial is going to
show you how to install Android Studio on Ubuntu 16.04 and Ubuntu 17.04 using two methods: PPA and Ubuntu make.
They are both very easy.
During the installation process you will need to accept the Oracle License agreement. Once installed we need to set Java
environment variables such as
source /etc/profile
The above two commands will set the correct Java environment variables.
During the installation, the latest Android Studio zip file will be downloaded from Google server. Once the installation is
finished, you can open Android Studio from Unity Dash or your preferred app launcher.
If the icon didn’t load, then please log out and log back in or use the following command to start Android Studio.
/opt/android-studio/bin/studio.sh
Select whether you want to import previous Android Studio settings or not, then click OK.
If you encounter the error “unable to access Android SDK add-on list”, then you will need to set up a proxy.
Then follow the setup wizard. You will prompted to install Android SDK Tools, Android platform tools, Android support library,
etc.
Installing Android Studio in Ubuntu 16.04/17.04 Using Ubuntu
Make
You can easily install the latest version of Android Studio via Ubuntu make, which is a command line tool that allows you to
download the latest version of popular developer tools.
umake will download and install all required component like latest android SDK, Android platform tools, etc. It will also create
a desktop icon.
That’s it! I hope this tutorial helped you install Android Studio in Ubuntu 16.04/17.04 using command line
with PPA or Ubuntu Make.