How to install Android Studio on Ubuntu?

前端 未结 17 1310
情深已故
情深已故 2020-11-30 20:38

I have to install Android Studio on Ubuntu and I have used this link to download Android Studio.

Is there any easy way to install Studio on Ubuntu?

17条回答
  •  长情又很酷
    2020-11-30 20:49

    Run the following command on terminal.

    sudo apt-add-repository ppa:paolorotolo/android-studio
    sudo apt-get update
    sudo apt-get install android-studio
    

提交回复
热议问题