How to install Android Studio on Ubuntu?

前端 未结 17 1256
情深已故
情深已故 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:47

    Android Studio PPA is maintained by Paolo Rotolo. We just need to add PPA to our system and install it using the following commands:

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

    For more, see allubuntu.com

提交回复
热议问题