How to install Android Studio on Xubuntu 18.04

How to install Android Studio on Xubuntu 18.04

Android studio is the best choice if you want to create native android app, because android studio is free and supported officially by google. So in this article i will show you how to install android studio 3 on xubuntu 18.04 bionic.

How to install Android Studio 3 on Xubuntu 18.04
  • Go to android studio website and download the zip package.
  • open command line/terminal on xubuntu (press CTRL + ALT + T)
  • run update command
  • sudo apt-get update
  • install required package for android studio
  • sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
  • extract/unzip the android studio to /opt/ directory (assuming the zip file name is android-studio-ide-162.3934792-linux.zip)
  • sudo unzip android-studio-ide-181.5014246-linux.zip -d /opt/
  • run studio.sh and follow the installation wizard
  • /opt/android-studio/bin/studio.sh
  • done! now you can start creating new android studio project

Share this

Previous
Next Post »