TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Android/ Linux

Download Android Studio Package on Linux

Overview

In this post, we will learn the steps involved to download Android Studio package on Linux machine. We will use Debian based Linux distribution Ubuntu in this example.

Environment

  • Ubuntu Linux Distribution
  • Android Studio Latest Package

Download Android Studio

Launch your favorite web browser on Linux machine.

Navigate to the Android developer download URL:

https://developer.android.com/studio

 

Download Android Studio

 

Click on the  Download Android Studio download button.

Read and accept Terms and conditions.

 

Android Studio Terms Linux

Click on the Download Android Studio <version> for Linux button.

Install Android Studio

Open Terminal.

Change working directory to the Download directory. Issue the following command.

Unpack all the contents in the tar bundle.

$ tar -xvf android-studio-version-linux.tar.gz

 

Extract Contents Android Studio

This will extract all the contents to the android-studio directory. Once complete, we can move the android-studio directory to a suitable location using mv command.

mv Linux command

https://www.testingdocs.com/mv-linux-command/

Start Android Studio

Open Terminal. Change directory into the android studio/ bin directory.

Run the Android Studio script. Type the following:

$ ./studio.sh

 

Android Studio Install Script

Add bin directory to PATH

Add the bin directory to the PATH environment variable. Make necessary changes to the below commands as per your installation.

$ sudo gedit /etc/profile

PATH=$PATH:<Android Studio Directory>/bin

export PATH

Setup Wizard Settings

https://www.testingdocs.com/android-studio-setup-wizard-on-linux/

Related

Install Android Studio on Windows operating system

https://www.testingdocs.com/installing-android-studio-on-windows/

Related Posts

Android Studio Setup Wizard

Android /

Customization of Android Development Environment

gedit Text Editor Ubuntu

Linux /

gedit Text Editor in Linux

Mobile application Testing methods

Android /

Mobile application Testing methods

Download Ubuntu Desktop

Linux /

Create Ubuntu Bootable USB Pendrive on Windows

Google Play Store Icon

Android /

Install Android App from Play Store

‹ Mobile application Testing methods› Customization of Android Development Environment

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version