This tutorial explains, how to install android studio in ubuntu. introduction. android studio is an ide provided by google for android development.it is based on intellij. it is an intelligent code editor, capable of advanced code completion, refactoring and code analysis.. To install android studio on linux, proceed as follows: unpack the .zip file you downloaded to an appropriate location for your applications, such as within /usr/local/ for your user profile, or /opt/ for shared users. to launch android studio, open a terminal, navigate to the android-studio/bin/ directory, and execute studio.sh.. From the quick start panel, (which opens up once android-studio ide launched), click on "configure" which takes you to the configure panel then click on "create desktop entry". you can also go to tools -> create desktop entry once you're inside an android studio project..
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.10 using two methods: ppa and ubuntu make. they are both very easy.. I've just recently installed ubuntu 17.04. also, i installed android studio in the default desktop and it works fine, but when i switch to unity 8 and then try to launch android studio i get this. In order to update my old version of android studio i went to the folder where android studio was installed, in my case ~/apps/android-studio/bin/, and run with sudo android studio, in my case sudo ./studio.sh. it will then ask you for your android studio configuration file..