Tutorial Title: Installing Android Studio on Ubuntu Linux
Course: Android Studio
Instructor: Muhammad Samim



1. Open terminal to download and install java developer kit JDK
  • sudo add-get-respository ppa:openjdk-r/ppa
  • 3-sudo apt-get update
  • 4-sudo apt-get install openjdk-8-jdk
  • 5-sudo java -version

2. Click on the link to download Android Studio https://developer.android.com/studio

  • Unzip downloaded zip file
  • Open unzipped downloaded Android Studio and find and open bin folder
  • Right click on background and click on open terminal and run bellow command
  • ./studio.sh
  • Select Do not import settings and click on Ok
  • Click on next
  • Select Standard and click on next
  • Select theme and click on next
  • Click on Do not send data or send data (does not make any difference)
  • If SDK is not found it will ask for SDK downloading so click next
  • Click on finish
  • Wait for downloading SDK and necessary files
  • Click on finish

3. Creating shortcut
  • Launch android studio by navigation to downloaded bin folder of Android Studio
  • Right click on background to open terminal and run bellow command
  • ./studio.sh
  • Click on Configure
  • Click on Create Desktop Entry

Comments