Friday, June 24, 2022

Install Android Studio 2.1.2 on Ubuntu 16.04, Ubuntu 15.10, ubuntu 15.04 and Ubuntu 14.04 LTS

Android Studio 2.0 is available PPA for Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Elementary OS 0.2 and Elementary OS 0.3 via PPA


Android Studio is a free, cross-platform and open source graphical application implemented in Java and designed from the offset to be used for developing all sorts of applications for the Linux kernel-based Android mobile operating system.

Distributed as a part of the Android Tools project from Google

The Android Studio application is distributed is part of the Android Tools project from Google, which provides several useful and powerful tools for the development of Android apps on multiple platforms.

Among these tools, we can mention several Eclipse plugins, an Android OS Emulator, an Android SDK (Software Development Kit), the AVD (Android Virtual Disk) Manager, Hierarchyviewer, ddms, as well as other useful command-line utilities.



Easy-to-use and intuitive GUI

When fired up, the application will presents itself to the user with an easy-to-use and intuitive graphical user interface (GUI) that allows the user to create a new project, import an existing project, open an existing project, check out a project from version control, as well as to configure various settings and read the built-in documentation and tutorials. All your recent projects will be displayed at a glance in the sidebar, on the right.



Read this page for Changelog Android Studio 2.0

Install/Update Android Studio 2.0 on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana via PPA :

Because it is available via PPA, installing Android Studio 2.0 on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04, Ubuntu 14.10 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the vlc package. Like this:

Install JAVA :

Android Studio depends on Java, and Oracle Java 7 or 8 is recommended. Open terminal and run the commands like this :
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer oracle-java7-set-default

You can update your system with unsupported packages from this untrusted PPA by adding ppa:paolorotolo/android-studio to your system’s Software Sources :
sudo add-apt-repository ppa:paolorotolo/android-studio

update repository and install android studio :
sudo apt-get update
sudo apt-get install android-studio

Process installation :



After installation is completed, next to install add on android studio :



How to Upgrade to 2.1.x  ?

wget https://dl.google.com/dl/android/studio/ide-zips/2.1.2.0/android-studio-ide-143.2915827-linux.zip
unzip android-studio-ide-143.2915827-linux.zip
cd android-studio/bin
./studio.sh


And Keep coding for your android 🙂
banner
Previous Post
Next Post

0 comments: