How to install Android Studio on Ubuntu?

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

    I was having having an issue with umake being an outdated version. What fixed it was:

    sudo apt remove --purge ubuntu-make
    sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
    sudo apt update
    sudo apt install ubuntu-make
    umake android
    

提交回复
热议问题