TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • TestNG
  • Tools
    • 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

CentOS Stream ISO File Download

Linux /

CentOS 8 Stream Install Guide

Mobile application Testing methods

Android /

Mobile application Testing methods

Gradle Install Ubuntu

Linux /

Install Gradle on Ubuntu Linux

Google Play Store Icon

Android /

Install Android App from Play Store

‹ Install Gradle on Ubuntu Linux› Customization of Android Development Environment

Recent Posts

  • Antivirus Products for Windows 11 PC
  • Install CodeBlocks IDE on Windows 11
  • Location Privacy Settings on Windows
  • Windows 11 Virus & Threat Protection
  • Download & Install Python on Windows 11
  • Cumulative Update for Windows 11 Version
  • Test execution speed in Selenium IDE
  • Check Windows 11 Free Upgrade
  • Download IntelliJ IDE on Windows 11
  • New MySQL Connection in Workbench

Back to Top

Automation Tutorials

  • JBehave Tutorial
  • Selenium Tutorial
  • TestNG Tutorial
  • JUnit Tutorial

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version