Tuesday, October 6, 2015
Install Android Studio 1.3 Preview 2 on Ubuntu or Linux Mint
Install Android Studio 1.3 Preview 2 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) or Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana
Android Studio is The Developer Tools for Android are being developed entirely in the open and is accepting contributions. On this site you will find information about the project, how to build the tools, how to contribute, etc...
We've just released Android Studio 1.3 Preview 2. This build contains only 4 bug fixes relative to Preview 1:
- The Setup Wizard now longer installs the Android M preview by default; it installs the most recent stable version (currently API 22). You should only install and use the Android M preview (and buildtools 23-rc) if you are also going to use version 1.3.0-beta1 of the Android Gradle plugin.
- The layout editor and layout preview windows only use the Android M preview layout library if the project is compiled with the M preview library.
- Choosing the Design library from the Project Structure Dialog's Add Dependency feature now correctly adds 22:2 instead of 0:0 as the version.
- The lint check which incorrectly flagged missing "missing super method call" errors (issue 174964, shown below) has been fixed.
Install Android Studio 1.3 Preview 2 on Ubuntu or Linux Mint
To Install/Update Android Studio 1.3 Preview 2 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:$ sudo apt-get purge openjdk*Enjoy! I hope this article adding you more clarity.
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java7-installer
$ sudo apt-get install oracle-java7-set-default
$ wget https://dl.google.com/dl/android/studio/ide-zips/1.2.1.1/android-studio-ide-141.1903250-linux.zip
$ sudo unzip android-studio-ide-141.1903250-linux.zip
$ cd android-studio/bin
$ ./studio.sh
Labels:
application,
programing,
release,
Ubuntu
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment