RHEL7: How to install Android Studio.

Share this link

Presentation of Android Studio

Android Studio is the new IDE (Interface Development Environment) available for building Android applications.

The installation requires around 6GB of free space.

Prerequisites

Before installing Android Studio itself, you need to install some packages.

Install the openjdk 1.7 tools:

# yum install -y java-1.7.0-openjdk-devel

Install some additional libraries:

# yum install -y compat-libstdc++-33.i686 compat-libstdc++-33.x86_64 ncurses-libs.i686

Installation Procedure

As a user and under a graphical RHEL/CentOS desktop (if you execute this step under Microsoft Windows, you will get a Windows binary), go to the Android Studio page and download the software (~336MB).

As root, go to your Downloads directory, move the zip file into the /opt directory:

# mv android-studio-ide-141.2178183-linux.zip /opt
# cd /opt
# unzip android-studio-ide-141.2178183-linux.zip

Note: You can optionally remove the zip file.

Launch the installation process:

# /opt/android-studio/bin/studio.sh

Select the Configure/SDK Manager option to download the Android SDK (several hundreds MB).

Then, select the Configure/Create Desktop Entry option to create a menu option in the RHEL/CentOS graphical interface.

Source: Stackoverflow.

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 2.83 out of 5)
Loading...

Upcoming Events (Local Time)

There are no events.

RHCSA7: Task of the day

Allowed time: 10 minutes.
Create an EXT4 file system mounted by UUID in /etc/fstab under /vol based on a logical volume of 28 logical extents.

RHCE7: Task of the day

Allowed time: 5 minutes.
Set up time synchronization with default configuration.

Follow me on Twitter

Poll for favorite RHEL 7 book

What is your favorite RHEL 7 book to prepare RHCSA & RHCE exams?

View Results

Loading ... Loading ...

Poll for most difficult RHCSA 7 topic

What do you think is the most difficult RHCSA 7 topic?

View Results

Loading ... Loading ...

Poll for most difficult RHCE 7 topic

What do you think is the most difficult RHCE 7 topic?

View Results

Loading ... Loading ...