Skip to content

Shell script to Install JDK8, Android Studio also create Launcher

Notifications You must be signed in to change notification settings

letsfoss/Android-Studio-Installer-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android-Studio-Installer-Script

Shell script to Install JDK8, Android Studio also create Launcher

🧬 Current Android Studio Version

Giraffe 2021.3.1.17 for Linux on 06/Sep/2023

Docker Image CI

Features

✅ Install JDK, Android Studio
✅ Creates Desktop Shortcut
✅ Docker Support


Tested & Works On

🐧 Linux Mint
🐧 Ubuntu
🐧 ElementaryOS Hera 5.1


Installation

Recommended Installation Method

  • Download the File

curl -o StudioInstaller.sh https://raw.githubusercontent.com/letsfoss/Android-Studio-Installer-Script/master/StudioInstaller.sh

  • Make it as Executable

chmod +x StudioInstaller.sh

  • Run it

sudo ./StudioInstaller.sh

Once the Installation is Complete, You'll see a Message Installing Finished Open your Launcher and Check for Android Studio

For Development

  • Clone the Repo

git clone https://github.com/letsfoss/Android-Studio-Installer-Script.git

  • Make Changes

  • Send Pull Request