简体   繁体   中英

how to install the older version of android studio 2.1.2 in ubuntu

how to install the older version of android studio 2.1.2 in ubuntu ? 

I believe if you want to install a specific Android Studio version, you already have the tar.gz installation file. with that lets move on.

EDIT: To get older versions of Android Studio, check here

  1. Install JDK on your PC

     sudo apt install openjdk-11-jdk
  2. Extract the zipped tar.gz file to your preferred location.

  3. open the android-studio/bin directory in your terminal and run the command:

     ./studio.sh

That would execute Android Studio, now the app is up and running.


A simpler process if you do not necessarily need an older version would be:

  1. running this command on your terminal:

     sudo apt-get install android-studio

This would automatically download Android Studio and Install it from the Ubuntu App Store.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM