How to Install Android Studio on Ubuntu 20.04

Discussion in 'Suggest HOWTO' started by Tecadmin, May 17, 2020.

  1. Tecadmin

    Tecadmin New Member

    Android Studio is the official integrated development environment for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development. It is available for download on Windows, macOS and Linux based operating systems. Using the following single line command you can install Android Studio on Ubuntu 20.04:

    Code:
    sudo snap install android-studio --classic
    [​IMG]

    I hope it will help you to install Android Studio on Ubuntu 20.04 LTS System.

    Try It!

    If you want to learn about Linux then visit Tecadmin, A Linux Blog for Linux Tips, and Tricks.
     

Share This Page