Skip to main content

Posts

Showing posts from May, 2016

How to Install Android Studio on Ubuntu 14.04

Followings are steps needed to install Android Studio on Ubuntu 14.04: There are some tutorials that suggest the installation using PPA. However, sometime it does not work because the PPA listed is no longer available or for any other reasons. In this post, I write manual way for installation. This way is much safer and more guarantee that it will work. Please let me know if you have any problem. Preparation If you run 64-bit ubuntu, install the following packages first. If you run 32-bit, you may skip this step and go to the next step $ sudo apt - get install lib32z1 lib32ncurses5 lib32bz2 - 1.0 lib32stdc ++ 6 Download JDK from Oracle You can download from their website. When I write this post, the download page is located here . However, they may move the download page. In case you don't find in that link, you can ask Google to find the download page for you. Extract JDK You can use Files Manager or use terminal. If you want to use terminal, you can use this command