

- How install android studio on ubuntu how to#
- How install android studio on ubuntu zip file#
- How install android studio on ubuntu update#
sh script is located, to start Android Studio execute finally.

You'll be located in the bin folder where the initialization. Now proceed to execute Android Studio for first time, to achieve this navigate to the location of Android Studio in the bin folder using the terminal: cd /usr/local/android-studio/bin If you are running 64-bit Fedora, the command is: sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686 If you are running a 64-bit version of Ubuntu, you need to install some 32-bit libraries with the following command: sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 lib32bz2-1.0 The -r parameters stands for recursive, since it is a folder (parent), with sub-folders/files (children) we need to copy all its content.īefore start it, note that for 64-bit machines you need to install the following packages: For example, the following command will copy the android-studio folder into /usr/local/ without generate permissions problems (remember to change the username according to yours): sudo cp -r /home//Downloads/android-studio /usr/local/android-studio
How install android studio on ubuntu zip file#
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, however to prevent problems with the permissions we've just extracted the content in the Downloads directory to finally copy the folder into the appropiate location using the terminal. zip package somewhere in your system (in this case we've just decompressed the file in the downloads directory in the following location /home/sdkcarlos/Downloads/android-studio). Once completed, to proceed with the installation of Android Studio, you need to decompress the downloaded. Download the bundle and wait till its completed. zip format and needs to be later configured manually. Visit the Download page of Android Studio here, the Linux Bundle will be downloadable in.
How install android studio on ubuntu update#
Then proceed to update all the packages using: sudo apt-get updateĪnd finally execute the Java installer: sudo apt-get install oracle-java8-installerĪccept all the terms and conditions on any menu that could appear:Īnd Java is ready to be used. You'll require the JDK in order to use Android Studio, to download a Java distribution (the Java Development Kit) in Ubuntu, execute the following command in your Terminal: sudo add-apt-repository ppa:webupd8team/java
How install android studio on ubuntu how to#
In this article you'll learn how to install Android Studio easily in Ubuntu. Unlike Windows, the Android Studio version of Linux based OS aren't an automatic installer that will setup all for you, so you need to know how to configure Android Studio manually if you want to work with Android in Linux environments.
