0% found this document useful (0 votes)
18 views

Install and Configure Android Studio On Linux/windows Platform

Android Studio can be installed on Linux by unpacking the zip file to a location like /usr/local/ or /opt/, launching studio.sh in the bin directory, and completing the setup wizard to download required SDK components. Additional 32-bit libraries may need to be installed on 64-bit Linux systems.

Uploaded by

Qwerty
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Install and Configure Android Studio On Linux/windows Platform

Android Studio can be installed on Linux by unpacking the zip file to a location like /usr/local/ or /opt/, launching studio.sh in the bin directory, and completing the setup wizard to download required SDK components. Additional 32-bit libraries may need to be installed on 64-bit Linux systems.

Uploaded by

Qwerty
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Download Install and

Configure Android Studio on


Linux/windows platform. 

Installation on Linux Machine

Setting up Android Studio takes just a few clicks. (You should have already
downloaded Android Studio.)
To install Android Studio on Linux, proceed as follows:
1 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.
2 To launch Android Studio, open a terminal, navigate to the android-
studio/bin/ directory, and execute studio.sh.
3 Select whether you want to import previous Android Studio settings or
not, then click OK.
4 The Android Studio Setup Wizard guides you though the rest of the
setup, which includes downloading Android SDK components that are
required for development.
Tip: To make Android Studio available in your list of applications, select
Tools > Create Desktop Entry from the Android Studio menu bar.
Required libraries for 64-bit machines:
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 libbz2-1.0:i386

If you are running 64-bit Fedora, the command is:

sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686

ANDROID INSTALLATION PAGE 1 1

You might also like